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__":