Yves Glodt wrote:

> while True:
>       if now(hours) in runat:
>               act()
>               sleep(60)
>       sleep(10)
>

Note that, if "now(hours)" *is* in runat,  this loop will sleep 70
seconds, not 60.  It probably doesn't matter.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to