mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
fix X not in list (#779)
This commit is contained in:
parent
889ab7fb15
commit
e44ded42ff
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ class QobuzSpoofer:
|
|||
).decode("utf-8")
|
||||
|
||||
vals: List[str] = list(secrets.values())
|
||||
vals.remove("")
|
||||
if "" in vals:
|
||||
vals.remove("")
|
||||
|
||||
secrets_list = vals
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue