custom trial time

This commit is contained in:
Vladless
2024-11-13 18:51:25 +03:00
parent 10e1504e6f
commit bd051f81a6
3 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from datetime import datetime
import asyncpg
from loguru import logger
from config import DATABASE_URL, BONUS_PERCENT
from config import BONUS_PERCENT, DATABASE_URL
async def init_db():