浏览代码

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
 

正在加载...
取消
保存