mirror of https://github.com/coddrago/Heroku
Fix typo
parent
edfe1fdd15
commit
e712e0da12
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue