big fixes

This commit is contained in:
Vortex 2024-07-20 23:37:23 +05:30 committed by GitHub
parent e0fae96164
commit 9cafbdcefa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@ class CacheData: # pylint: disable=too-few-public-methods
profiles: dict = {}
whitelist: list[str] = []
blacklist: dict = {}
deviceid: dict = {}
def get_info(account_id: str) -> dict | None: