Posting all the time at sunday

This commit is contained in:
2024-02-09 10:07:57 +03:00
parent 5b0580b477
commit 1eb6038cb7

View File

@@ -279,8 +279,7 @@ class AdminCommands(Handler):
schedule.every().wednesday.at(i).do(post, None) schedule.every().wednesday.at(i).do(post, None)
schedule.every().thursday.at(i).do(post, None) schedule.every().thursday.at(i).do(post, None)
schedule.every().friday.at(i).do(post, None) schedule.every().friday.at(i).do(post, None)
if i not in ['10:00', '20:00']: schedule.every().sunday.at(i).do(post, None)
schedule.every().sunday.at(i).do(post, None)
if mes: if mes:
await mes.answer('Настройки обновлены!') await mes.answer('Настройки обновлены!')