forked from piair/MsRewards-Reborn
je devienne fou
This commit is contained in:
parent
8991e4f4c8
commit
e181bd1ba4
13
Flask/app.py
13
Flask/app.py
@ -20,12 +20,13 @@ pubsub = redis_client.pubsub()
|
||||
pubsub.subscribe('console')
|
||||
|
||||
def generate_output():
|
||||
try:
|
||||
for message in pubsub.listen():
|
||||
if message['type'] == 'message':
|
||||
yield f"data: {message['data'].decode()}\n\n"
|
||||
except redis.exceptions.ConnectionError as e:
|
||||
print(f"Error connecting to Redis: {e}")
|
||||
while 1 :
|
||||
try:
|
||||
for message in pubsub.listen():
|
||||
if message['type'] == 'message':
|
||||
yield f"data: {message['data'].decode()}\n\n"
|
||||
except redis.exceptions.ConnectionError as e:
|
||||
print(f"Error connecting to Redis: {e}")
|
||||
|
||||
# the end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user