template update

This commit is contained in:
2023-12-18 00:35:23 +01:00
parent 6007c50279
commit e4132c3468
2 changed files with 23 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ def assert_regex_match(pattern, data, err=None):
return match
err = f"[-] Data does not match pattern '{pattern}': '{data}'" if err is None else err
exit_with_error(res, err)
exit_with_error(None, err)
def open_server(address, ports=None, retry=True):
listen_port = None