mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-19 17:55:23 -04:00
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
e6c0145a4c
commit
429e63a111
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ class TidalClient(Client):
|
|||
:param token_expiry:
|
||||
:param refresh_token:
|
||||
"""
|
||||
if access_token is not None:
|
||||
if access_token:
|
||||
self.token_expiry = float(token_expiry)
|
||||
self.refresh_token = refresh_token
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue