time.sleep(60) is oblivious to the time.
So how to get python to execute a function at say the 50-second mark of every minute?
EDIT: I mean I want my function to be executed at:
-20:00:50
-20:01:50
-20:02:50
and so on...
time.sleep(60) is oblivious to the time.
So how to get python to execute a function at say the 50-second mark of every minute?
EDIT: I mean I want my function to be executed at:
-20:00:50
-20:01:50
-20:02:50
and so on...