1
0
Fork 0
mirror of https://github.com/nathom/streamrip.git synced 2025-05-21 18:55:25 -04:00

fix X not in list ()

This commit is contained in:
wen wang 2024-12-08 01:28:55 +08:00 committed by GitHub
parent 889ab7fb15
commit e44ded42ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,6 +117,7 @@ class QobuzSpoofer:
).decode("utf-8")
vals: List[str] = list(secrets.values())
if "" in vals:
vals.remove("")
secrets_list = vals