Explorar o código

Fix hidden stdout in the end of labours.py

Vadim Markovtsev %!s(int64=7) %!d(string=hai) anos
pai
achega
185fa9713c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      labours.py

+ 1 - 0
labours.py

@@ -884,6 +884,7 @@ def main():
 
     if web_server.running:
         print("Sleeping for 60 seconds, safe to Ctrl-C")
+        sys.stdout.flush()
         try:
             time.sleep(60)
         except KeyboardInterrupt: