mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix local bazellocation
This commit is contained in:
parent
c42b2bd9c0
commit
5200c378c6
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ def calculate_sha256(file_path):
|
|||
return sha256_hash.hexdigest()
|
||||
|
||||
def resolve_cache_host(cache_host):
|
||||
if cache_host is None:
|
||||
return None
|
||||
if "@auto" in cache_host:
|
||||
host_parts = cache_host.split("@auto")
|
||||
host_left_part = host_parts[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue