mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	ahhh
This commit is contained in:
		@@ -18,17 +18,16 @@ import redis
 | 
			
		||||
pool = redis.ConnectionPool(host='localhost', port=6379, db=0)
 | 
			
		||||
r = redis.Redis(connection_pool=pool)
 | 
			
		||||
 | 
			
		||||
pubsub = r.pubsub()
 | 
			
		||||
pubsub.subscribe('console')
 | 
			
		||||
 | 
			
		||||
def generate_output():
 | 
			
		||||
    pubsub = r.pubsub()
 | 
			
		||||
    pubsub.subscribe('console')
 | 
			
		||||
    try :
 | 
			
		||||
        for message in pubsub.listen():
 | 
			
		||||
            if message['type'] == 'message':
 | 
			
		||||
                print(message)
 | 
			
		||||
                yield f"data: {message['data'].decode()}\n\n"
 | 
			
		||||
    except :
 | 
			
		||||
        print("ya eu une erreur sad")
 | 
			
		||||
    except Exception as e:
 | 
			
		||||
        print(f"ya eu une erreur sad {e}")
 | 
			
		||||
 | 
			
		||||
# the end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user