mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-16 16:14:49 -04:00
Remove unnecessary elif
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
47ec254171
commit
81751cc2a1
1 changed files with 0 additions and 3 deletions
|
@ -660,9 +660,6 @@ class TidalClient(Client):
|
||||||
# pending
|
# pending
|
||||||
time.sleep(4)
|
time.sleep(4)
|
||||||
continue
|
continue
|
||||||
elif status == 1:
|
|
||||||
# error checking
|
|
||||||
raise Exception
|
|
||||||
elif status == 0:
|
elif status == 0:
|
||||||
# successful
|
# successful
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue