forked from rDrama/rDrama
1
0
Fork 0

change print statement

master
Aevann 2023-07-28 01:05:20 +03:00
parent 9abdb5a1e7
commit dbeb0991d4
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ if IS_LOCALHOST:
from files.helpers.cron import cron_fn
print('Starting cron tasks!', flush=True)
gevent.spawn(cron_fn, True, False)
print('Finishing cron tasks!', flush=True)
print('Cron tasks Finished!', flush=True)