mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-20 02:05:41 -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 token_expiry:
|
||||||
:param refresh_token:
|
:param refresh_token:
|
||||||
"""
|
"""
|
||||||
if access_token is not None:
|
if access_token:
|
||||||
self.token_expiry = float(token_expiry)
|
self.token_expiry = float(token_expiry)
|
||||||
self.refresh_token = refresh_token
|
self.refresh_token = refresh_token
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue