Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Jan 31, 2024
1 parent dbcd564 commit 0fb0ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

app.config.setdefault("REDIS_URL", "redis://redis:6379/0")

client = redis.from_url(app.config["CELERY_BROKER_URL"], decode_responses=True)
client = redis.from_url(app.config["REDIS_URL"], decode_responses=True)


class RedisStorage(object):
Expand Down

0 comments on commit 0fb0ffb

Please sign in to comment.