SpotiClub Patch v0.2.0
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
unknown
2025-12-18 05:25:29 +01:00
parent 77227b9e23
commit 34fc626e1d

View File

@@ -1431,7 +1431,7 @@ class Session(Closeable, MessageListener, SubListener):
self.logger.info("Connection successfully!") self.logger.info("Connection successfully!")
return return
except (ConnectionResetError, OSError, struct.error) as exc: except (ConnectionResetError, OSError, struct.error, _message.DecodeError) as exc:
last_exc = exc last_exc = exc
self.logger.warning( self.logger.warning(
"Handshake attempt %d/%d failed: %s", "Handshake attempt %d/%d failed: %s",