small fix

This commit is contained in:
Vladless
2024-11-13 05:41:49 +03:00
parent 45ac41c01a
commit 9f8a366aa3
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ async def backup_database():
"-name",
"*.sql",
"-mtime",
"+7",
"+3",
"-exec",
"rm",
"{}",
+1 -1
View File
@@ -103,7 +103,7 @@ async def handle_backup(message: Message):
)
@router.callback_query(F.data == "restart_bot", IsAdminFilter)
@router.callback_query(F.data == "restart_bot", IsAdminFilter())
async def handle_restart(callback_query: CallbackQuery):
try:
subprocess.run(
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB