This commit is contained in:
2023-09-11 23:21:55 +03:00
parent a5261d2d77
commit 3773814a61
15 changed files with 54 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
from redis import Redis
from bot.storage.profile import Profile as ProfileObj
from bot.config import REDIS_URL
from storage.profile import Profile as ProfileObj
from config import REDIS_URL
import json