mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Protect
This commit is contained in:
parent
a1e0bcaeba
commit
1c353b6084
1 changed files with 4 additions and 1 deletions
|
|
@ -61,7 +61,10 @@ def _extract_state(project, output, status):
|
|||
def _dump_status(status):
|
||||
stdscr = curses.initscr()
|
||||
curses.noecho()
|
||||
curses.cbreak()
|
||||
try:
|
||||
curses.cbreak()
|
||||
except:
|
||||
pass
|
||||
|
||||
try:
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue