end second

This commit is contained in:
Administrator 2022-10-28 06:50:27 +03:00
parent 87342da1fc
commit 09012e4d15

View File

@ -63,4 +63,4 @@ def notify():
end = datetime.datetime.now()
logging.info('notify finished')
logging.info("time elapsed %s", (end - begin).total_seconds())
sleep(60)
sleep(63 - end.second)