From ab0e8cce8670347fffa17e9f6ec0ff77c322a8d7 Mon Sep 17 00:00:00 2001 From: Seth Samuel Date: Sun, 15 Dec 2024 00:25:49 +1300 Subject: [PATCH] fixed error message --- OutGaugeInterpreter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index 1ef7676..4a4bf3b 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -84,7 +84,7 @@ def runningThread(): sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM) sock.bind((UDP_IP,portToConnect)) except: - print("please check you are able to open the socket on this system\ntired to open port: "+portToConnect) + print("please check you are able to open the socket on this system\ntired to open port: "+str(portToConnect)) exit() try: