Autoflake irc.py

This commit is contained in:
Dpeta 2023-02-09 21:06:20 +01:00
parent 228ced97ef
commit 8f0933ba68
No known key found for this signature in database
GPG key ID: 51227517CEA0030C

4
irc.py
View file

@ -4,9 +4,7 @@ import random
import time
import ssl
import sys
import select
import datetime
import traceback
try:
from PyQt6 import QtCore, QtGui
@ -1055,7 +1053,7 @@ class PesterIRC(QtCore.QThread):
"Failed to pass command, did the server pass an unsupported paramater? "
+ str(e)
)
except Exception as e:
except Exception:
# logging.info("Failed to pass command, %s" % str(e))
PchumLog.exception("Failed to pass command")