mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 17:44:30 +02:00
je devienne fou
This commit is contained in:
@ -20,6 +20,7 @@ pubsub = redis_client.pubsub()
|
||||
pubsub.subscribe('console')
|
||||
|
||||
def generate_output():
|
||||
while 1 :
|
||||
try:
|
||||
for message in pubsub.listen():
|
||||
if message['type'] == 'message':
|
||||
|
2
tempo.py
2
tempo.py
@ -1,2 +0,0 @@
|
||||
while 1:
|
||||
print("a")
|
Reference in New Issue
Block a user