custom trial time

This commit is contained in:
Vladless
2024-11-13 18:51:25 +03:00
parent bd699b5700
commit 545ceac0b8
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():