mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix local bazellocation
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user