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

This commit is contained in:
2025-03-28 19:59:03 +05:00
parent f7534caa5f
commit 5eb3d07810

View File

@@ -7,4 +7,4 @@ async def init_redis():
global r
r = redis.Redis.from_url(
os.getenv("REDIS_URL", "redis://localhost"), decode_responses=True
)
)