add timestamp

pull/171/head
Aevann 2023-07-17 20:30:38 +03:00
parent 883b553c7a
commit 3570c2304f
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,10 @@ def cron(every_5m, every_1d):
g.db.close()
del g.db
print(f'Finished {kind}', flush=True)
now = datetime.datetime.now().time()
print(f'Finished {kind} at {now}', flush=True)
stdout.flush()
def _sub_inactive_purge_task():