Explicitly call load store

This commit is contained in:
Astra Logical 2026-07-30 12:08:43 -04:00
parent d4b9e808e4
commit 195aeff39e

View file

@ -472,6 +472,7 @@ async def main():
client.access_token = creds["access_token"]
client.user_id = creds["user_id"]
client.device_id = creds["device_id"]
client.load_store()
session_restored = True
except (json.JSONDecodeError, KeyError) as e:
print(f"⚠️ Credentials file is empty or corrupted ({e}). Discarding and forcing new login...")