Improve stability and minor fixes

This commit is contained in:
Vladless
2025-02-06 19:01:20 +03:00
parent c82f64980b
commit 0789b3fe9d
10 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ import subprocess
from datetime import datetime
from aiogram.types import BufferedInputFile
from config import ADMIN_ID, BACK_DIR, DB_NAME, DB_PASSWORD, DB_USER, PG_HOST, PG_PORT
from config import ADMIN_ID, BACK_DIR, DB_NAME, DB_PASSWORD, DB_USER, PG_HOST, PG_PORT
from logger import logger