[Dependency Downloader] Fixed last patch (arguments)

This commit is contained in:
Salvador E. Tropea 2023-02-06 07:22:12 -03:00
parent aa7c8145dd
commit 129889a0f5
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ def end_show_progress():
stdout.flush()
def get_request(request, url):
def get_request(url):
retry = 4
while retry:
r = requests.get(url, timeout=20, allow_redirects=True, headers={'User-Agent': USER_AGENT})