solve #564 adding fit and tcx tests
This commit is contained in:
@@ -707,7 +707,6 @@ def handle_get_garmin_file(client_id,
|
||||
)+filetype
|
||||
|
||||
response = garmin.get(url, stream=True)
|
||||
print(response.status_code,filename)
|
||||
if response.status_code == 200:
|
||||
with open(filename, 'wb') as out_file:
|
||||
shutil.copyfileobj(response.raw, out_file)
|
||||
|
||||
Reference in New Issue
Block a user