правки

This commit is contained in:
Vladless
2024-10-30 00:00:18 +03:00
parent 50ac2f8ec3
commit be3cf72012
4 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -4,12 +4,11 @@ import subprocess
from datetime import datetime
from aiogram.types import BufferedInputFile
from bot import bot
from config import ADMIN_ID, DB_NAME, DB_PASSWORD, DB_USER, BACK_DIR
async def backup_database():
from bot import bot
USER = DB_USER
HOST = "localhost"