mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2025-09-06 10:40:42 +00:00
fixed persistence in the job runner
This commit is contained in:
@@ -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 🚀')
|
||||
|
Reference in New Issue
Block a user