mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Pick a display height that works pretty well
This commit is contained in:
@@ -62,7 +62,7 @@ def already_listening(port, renewer=False):
|
|||||||
"on TCP port {2}. This will prevent us from binding to "
|
"on TCP port {2}. This will prevent us from binding to "
|
||||||
"that port. Please stop the {0} program temporarily "
|
"that port. Please stop the {0} program temporarily "
|
||||||
"and then try again.{3}".format(name, pid, port, extra),
|
"and then try again.{3}".format(name, pid, port, extra),
|
||||||
height=20)
|
height=13)
|
||||||
return True
|
return True
|
||||||
except (psutil.NoSuchProcess, psutil.AccessDenied):
|
except (psutil.NoSuchProcess, psutil.AccessDenied):
|
||||||
# Perhaps the result of a race where the process could have
|
# Perhaps the result of a race where the process could have
|
||||||
|
|||||||
Reference in New Issue
Block a user