Add dry logging

This commit is contained in:
Zakhar Izmaylov
2024-11-16 18:01:28 +03:00
parent aef9c344ab
commit 601598dfd2
23 changed files with 71 additions and 43 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
from datetime import datetime
import asyncpg
from loguru import logger
from config import BONUS_PERCENT, DATABASE_URL
from logger import logger
async def init_db():