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

This commit is contained in:
unknown
2025-12-17 21:03:32 +01:00
parent acd633d3eb
commit f2c6a5ec0d
18 changed files with 4786 additions and 515 deletions

View File

@@ -65,7 +65,7 @@ class CipherPair:
if mac != expected_mac:
raise RuntimeError()
return Packet(cmd, payload_bytes)
except (IndexError, OSError):
except IndexError:
raise RuntimeError("Failed to receive packet")