mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-20 02:05:41 -04:00
Misc changes
Formatting, remove extra functions, documentation
This commit is contained in:
parent
0966263556
commit
f93a018163
6 changed files with 26 additions and 32 deletions
|
@ -643,7 +643,7 @@ class TidalClient(Client):
|
|||
click.launch(login_link)
|
||||
|
||||
start = time.time()
|
||||
elapsed = 0
|
||||
elapsed = 0.0
|
||||
while elapsed < 600: # 5 mins to login
|
||||
elapsed = time.time() - start
|
||||
status = self._check_auth_status()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue