add handy print statements to docker

pull/173/head
Aevann 2023-07-26 00:05:33 +03:00
parent a94dda90dd
commit b7e6eeebd4
1 changed files with 2 additions and 0 deletions

View File

@ -52,4 +52,6 @@ if FEATURES['PING_GROUPS']:
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)