Browse Source

Pour le mettre en service, input ne fonctionne pas -> remplacer par sleep

master
nemesis 4 years ago
parent
commit
58e101fce2
  1. 3
      asmodee.py

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

Loading…
Cancel
Save