We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56533f commit f28b51bCopy full SHA for f28b51b
1 file changed
librespot/core.py
@@ -2281,7 +2281,7 @@ def __init__(self, obj):
2281
def expired(self) -> bool:
2282
""" """
2283
return self.timestamp + (self.expires_in - TokenProvider.
2284
- token_expire_threshold) * 1000 < int(
+ token_expire_threshold) * 1000 * 1000 < int(
2285
time.time_ns() / 1000)
2286
2287
def has_scope(self, scope: str) -> bool:
0 commit comments