Update
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import logging
|
||||
import multiprocessing
|
||||
import multiprocessing as mp
|
||||
import threading
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
@@ -69,7 +68,7 @@ class Worker:
|
||||
|
||||
handler = RequestHandler(conn, self.host)
|
||||
handler.listen()
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logging.debug("Internal error")
|
||||
|
||||
conn.shutdown(socket.SHUT_RDWR)
|
||||
|
Reference in New Issue
Block a user