mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
.
This commit is contained in:
@@ -554,6 +554,8 @@ class Defender():
|
|||||||
self.Irc.debug(f"Le port {str(port)} est fermé")
|
self.Irc.debug(f"Le port {str(port)} est fermé")
|
||||||
except AttributeError as ae:
|
except AttributeError as ae:
|
||||||
self.Irc.debug(f"AttributeError : {ae}")
|
self.Irc.debug(f"AttributeError : {ae}")
|
||||||
|
except socket.gaierror as err:
|
||||||
|
self.Irc.debug(f"Address Info Error: {err}")
|
||||||
finally:
|
finally:
|
||||||
# newSocket.shutdown(socket.SHUT_RDWR)
|
# newSocket.shutdown(socket.SHUT_RDWR)
|
||||||
newSocket.close()
|
newSocket.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user