Accept manual server input instead of looping

This commit is contained in:
Matt 2020-12-12 13:17:06 -05:00
parent 427f3a7cd1
commit 07313a38b8
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ class Connect(object):
LOG.debug("Adding manual server")
try:
self.manual_server()
return
except RuntimeError:
pass
else: