Browse Source

Flush output

master
Chris Smith 8 years ago
parent
commit
9c15802340
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      generate.py

+ 1
- 1
generate.py View File

@@ -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
 

Loading…
Cancel
Save