Т
Size: a a a
Т
BB
Т
BB
BB
Е
Е
Т
Е
Е
D
p
G
Т
BB
d
if __name__ == '__main__':
executor.start_polling(dp, skip_updates=True)
scheduler = AsyncIOScheduler()
scheduler.add_job(queue_processing, 'cron', day='*',
hour='*', minute='*', second='*/10', timezone=utc)
try:
scheduler.start()
except KeyboardInterrupt:
scheduler.shutdown()
D
D
d
t