Do not print errors

This commit is contained in:
id101010
2019-10-11 14:21:40 +02:00
parent 1f84dcc095
commit 67fc344680

View File

@@ -51,7 +51,6 @@ try: #!x
s.listen(1) #!x
# poor mans socket error handling
except socket.error as e: #!x
print(e) #!x
sys.exit(0) #!x
# forever try to accept new connections
while 1: #!x