fixed persistence in the job runner

This commit is contained in:
cupcakearmy
2019-12-23 01:35:11 +01:00
parent e1c93963d9
commit a3a0bef85b
3 changed files with 20 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ def main():
dp.add_handler(watchlist_handler)
# Cron jobs
jq.run_repeating(send_updates, interval=30, first=5)
jq.run_repeating(send_updates, interval=20, first=3)
# Start
print('Started 🚀')