Do not print errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user