Private
Public Access
1
0

almost passing tests

This commit is contained in:
Sander Roosendaal
2021-12-16 18:14:25 +01:00
parent 4ef13e7c83
commit 626caa9083
10 changed files with 31 additions and 130 deletions

View File

@@ -195,7 +195,6 @@ def get_polar_workouts(user):
if response.status_code == 201:
workoutsbox = Mailbox.objects.filter(name='workouts')[0]
uploadoptions = {
'makeprivate':False,
}
@@ -242,8 +241,6 @@ def get_polar_workouts(user):
if response.status_code == 200:
exercise_dict['filename'] = filename
else:
print(response.status_code)
else:
exercise_dict['filename'] = ''