From 58e101fce2c5a29810dc6b8f273cbe2a9aa5cef4 Mon Sep 17 00:00:00 2001 From: nemesis Date: Tue, 7 Jan 2020 13:36:13 +0100 Subject: [PATCH] Pour le mettre en service, input ne fonctionne pas -> remplacer par sleep --- asmodee.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asmodee.py b/asmodee.py index d18a271..959916b 100755 --- a/asmodee.py +++ b/asmodee.py @@ -2018,7 +2018,8 @@ def main(): # Infinitely read stdin to stall main thread while the bot runs in other threads while True: - input() + #input() + time.sleep(5) if __name__ == "__main__":