Explorar el Código

Flush output

master
Chris Smith hace 8 años
padre
commit
9c15802340
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      generate.py

+ 1
- 1
generate.py Ver fichero

@@ -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…
Cancelar
Guardar