ソースを参照

Flush output

master
Chris Smith 8年前
コミット
9c15802340
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      generate.py

+ 1
- 1
generate.py ファイルの表示

@@ -35,7 +35,7 @@ while True:
35 35
     pass
36 36
 
37 37
   os.rename('/letsencrypt/domains.txt.new', '/letsencrypt/domains.txt')
38
-  print('Done writing domains.txt')
38
+  print('Done writing domains.txt.', flush=True)
39 39
 
40 40
   fetcher.wait_for_update()
41 41
 

読み込み中…
キャンセル
保存