소스 검색

Fix hidden stdout in the end of labours.py

Vadim Markovtsev 8 년 전
부모
커밋
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: