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
     pass
35
     pass
36
 
36
 
37
   os.rename('/letsencrypt/domains.txt.new', '/letsencrypt/domains.txt')
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
   fetcher.wait_for_update()
40
   fetcher.wait_for_update()
41
 
41
 

Loading…
Cancelar
Guardar