Code:
import time
while True:
[B]next_time=time.time()[/B]
hourly_function()
next_time=(next_time+3600) #sets the next occurrence of
import time
while True:
[B]next_time=time.time()[/B]
hourly_function()
next_time=(next_time+3600) #sets the next occurrence of
Leave a comment: