Misc changes

Formatting, remove extra functions, documentation
This commit is contained in:
nathom 2021-05-06 12:08:11 -07:00
parent 0966263556
commit f93a018163
6 changed files with 26 additions and 32 deletions

View file

@ -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()