ver Dec20th
some adaptations to make in run on my device
This commit is contained in:
@@ -151,7 +151,7 @@ def download_file():
|
||||
max_retries = 3
|
||||
for i in range(max_retries):
|
||||
try:
|
||||
response = requests.get(url, stream=True)
|
||||
response = requests.get(url, stream=True, verify=False)
|
||||
response.raise_for_status()
|
||||
|
||||
with open(path, 'wb') as f:
|
||||
|
||||
Reference in New Issue
Block a user