mirror of
https://github.com/ikunshare/Onekey.git
synced 2026-01-13 00:27:32 +08:00
add: dev
This commit is contained in:
@@ -16,6 +16,7 @@ async def get(sha, path, repo, session):
|
||||
while retry:
|
||||
for url in url_list:
|
||||
try:
|
||||
log.debug(f"{url}")
|
||||
async with session.get(url, ssl=False) as r:
|
||||
if r.status == 200:
|
||||
total_size = int(r.headers.get('Content-Length', 0))
|
||||
|
||||
Reference in New Issue
Block a user