feat(daily-challenge): complete daily-challenge
This commit is contained in:
@@ -40,5 +40,5 @@ def get_redis():
|
||||
return redis_client
|
||||
|
||||
|
||||
def get_redis_pubsub(channel: str | None = None):
|
||||
return redis_client.pubsub(ignore_subscribe_messages=True, channel=channel)
|
||||
def get_redis_pubsub():
|
||||
return redis_client.pubsub()
|
||||
|
||||
Reference in New Issue
Block a user