mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
update cron on morning
This commit is contained in:
parent
349fbe9501
commit
b039e4953e
10
main.py
10
main.py
@ -16,13 +16,13 @@ dispatcher = Dispatcher(bot)
|
||||
dispatcher.middleware.setup(LoggingMiddleware())
|
||||
|
||||
cron_jobs = [
|
||||
{'trigger': 'cron', 'day_of_week': 'mon-fri', 'hour': 8, 'minute': 58, 'second': 0},
|
||||
{'trigger': 'cron', 'day_of_week': 'mon-fri', 'hour': 9, 'minute': 3, 'second': 0},
|
||||
{'trigger': 'cron', 'day_of_week': 'mon-fri', 'hour': 9, 'minute': 8, 'second': 0},
|
||||
{'trigger': 'cron', 'day_of_week': 'mon-fri', 'hour': 8, 'minute': 59, 'second': 0},
|
||||
{'trigger': 'cron', 'day_of_week': 'mon-fri', 'hour': 9, 'minute': 4, 'second': 0},
|
||||
{'trigger': 'cron', 'day_of_week': 'mon-fri', 'hour': 9, 'minute': 9, 'second': 0},
|
||||
]
|
||||
|
||||
user_chat_ids = {'chat_ids': [417070387,
|
||||
431571617,
|
||||
user_chat_ids = {'chat_ids': [417070387, # me
|
||||
431571617, # Lenok
|
||||
]}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user