Minor update

This commit is contained in:
Miroslav Stampar
2021-10-01 09:05:06 +02:00
parent 954a8e6ee7
commit c712e9c22f
2 changed files with 4 additions and 2 deletions

View File

@@ -111,9 +111,11 @@ def vulnTest():
success = True
break
except:
time.sleep(1)
pass
finally:
s.close()
if not success:
time.sleep(1)
if not success:
logger.error("problem occurred in vulnserver instantiation (address: 'http://%s:%s', alive: %s)" % (address, port, vulnserver._alive))