diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-09 18:18:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 15:58:17 +0300 |
commit | 22c3a4d3d1df813ac66b3f08d979b8f0815bacbe (patch) | |
tree | 557ef75746db1503809c18c42a722bc481e70cbc /ya | |
parent | 8a9eb7577a758ef96d708646064e6b768b07c142 (diff) | |
download | ydb-22c3a4d3d1df813ac66b3f08d979b8f0815bacbe.tar.gz |
intermediate changes
ref:d0dce9144374354bc25ebf9936e326e44706c4ed
Diffstat (limited to 'ya')
-rwxr-xr-x | ya | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ import sys import platform import json -URLS = [u'https://proxy.sandbox.yandex-team.ru/2765019439', 'https://storage.yandex-team.ru/get-devtools/1777230/2effc2099f6739ec124c100379cd6c2fae12a11c/tmpK85OCD'] -MD5 = 'dd2488d08eab0e3839b27f65f4b78c51' +URLS = ["https://storage.mds.yandex.net/get-devtools-opensource/471749/6a65891429890bff3fba00c421eb1911"] +MD5 = "6a65891429890bff3fba00c421eb1911" RETRIES = 5 HASH_PREFIX = 10 |