diff --git a/handlers/admin_commands.py b/handlers/admin_commands.py index e4b3a9b..7a6d596 100644 --- a/handlers/admin_commands.py +++ b/handlers/admin_commands.py @@ -279,8 +279,7 @@ class AdminCommands(Handler): schedule.every().wednesday.at(i).do(post, None) schedule.every().thursday.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: await mes.answer('Настройки обновлены!')