ソースを参照

Fix hidden stdout in the end of labours.py

Vadim Markovtsev 7 年 前
コミット
185fa9713c
1 ファイル変更1 行追加0 行削除
  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: