Split ip46->ip/tcp

This commit is contained in:
gpotter2 2022-02-15 15:27:25 +01:00
parent beefcc9185
commit 5a2b2927d9
4 changed files with 55 additions and 31 deletions

View file

@ -36,6 +36,7 @@ LOG = setup_logs()
TESTS = []
ERRORS = []
# decorator to automatically add a function to tests
def test(f):
global ERRORS, TESTS