[Tutor] How to open IE7 to a certain URL?

Chris Fuller cfuller084 at thinkingplanet.net
Sat Mar 1 01:33:22 CET 2008


I left out the daily increment. there should be a event_time += 86400  end of 
the inner loop.


while True:
   while time()<event_time and not quit():
      sleep(5)

   if quit():
      break

   launch()
   event_time += 86400


More information about the Tutor mailing list