Changeset 2390 for 2011/26


Ignore:
Timestamp:
2011-07-01 09:42:33 (12 years ago)
Author:
tekrjant
Message:

Kellonajan formatointia.

Location:
2011/26
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2011/26/build_games.py

    r2387 r2390  
    6363                        result = "fail" 
    6464                f.write(result+"\n") 
    65                 f.write(str(time_of_update)+"\n") 
     65                formatted_time = time_of_update.strftime("%H:%M") 
     66                f.write(formatted_time+"\n") 
    6667        counter += 1 
    6768 
  • 2011/26/write_report.py

    r2389 r2390  
    6363        refresh_tag = addElement(html, "meta") 
    6464        refresh_tag.setAttribute("http-equiv", "refresh") 
    65         refresh_tag.setAttribute("content", "30") 
     65        refresh_tag.setAttribute("content", "10") 
    6666 
    6767        head = addElement(html, "head") 
Note: See TracChangeset for help on using the changeset viewer.