Release v0.6.0

This commit is contained in:
Omni
2026-04-20 20:57:23 +01:00
parent 69fabb32e6
commit 2ff09a1448
144 changed files with 4841 additions and 1306 deletions

View File

@@ -26,7 +26,7 @@ class NexusPremiumService:
is_oauth: True when auth_token is an OAuth Bearer token.
Returns:
(is_premium, username) both None/False on failure.
(is_premium, username) - both None/False on failure.
"""
cached = self._read_cache(auth_token, is_oauth=is_oauth)
if cached is not None: