mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 19:50:47 +00:00
Fix local bazellocation
This commit is contained in:
parent
c42b2bd9c0
commit
5200c378c6
@ -35,6 +35,8 @@ def calculate_sha256(file_path):
|
|||||||
return sha256_hash.hexdigest()
|
return sha256_hash.hexdigest()
|
||||||
|
|
||||||
def resolve_cache_host(cache_host):
|
def resolve_cache_host(cache_host):
|
||||||
|
if cache_host is None:
|
||||||
|
return None
|
||||||
if "@auto" in cache_host:
|
if "@auto" in cache_host:
|
||||||
host_parts = cache_host.split("@auto")
|
host_parts = cache_host.split("@auto")
|
||||||
host_left_part = host_parts[0]
|
host_left_part = host_parts[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user