fix redis
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 19:54:22 +05:00
parent 3b11dc8d87
commit f7534caa5f
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
from pomodoro_bot.models import UserState
from pomodoro_bot.redis_client import redis
from pomodoro_bot.redis_client import r as redis
class UserManager:
def __init__(self):