diff --git a/tests/test_poc.py b/tests/test_poc.py index bb81096..4eadc5e 100644 --- a/tests/test_poc.py +++ b/tests/test_poc.py @@ -40,7 +40,7 @@ def sendsingle(message): server_address = ('sc4s', 514) tried = 0 - try + try: sock.connect(server_address) except: