pull/1/head
hikariatama 2022-08-09 20:39:29 +00:00
parent edfe1fdd15
commit e712e0da12
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ def install_entity_caching(client: TelegramClient):
and hashable_entity in client._hikka_entity_cache
and (
not exp
or client._hikka_perms_cache[hashable_entity].ts + exp > time.time()
or client._hikka_entity_cache[hashable_entity].ts + exp > time.time()
)
):
logger.debug(