fit file download ok
This commit is contained in:
@@ -562,7 +562,7 @@ def steps_read_fit(filename,name='',sport='Custom'):
|
||||
|
||||
return d
|
||||
|
||||
def steps_write_fit(filename,steps):
|
||||
def steps_write_fit(steps):
|
||||
authorizationstring = 'Bearer '+settings.WORKOUTS_FIT_TOKEN
|
||||
url = settings.WORKOUTS_FIT_URL+"/tofit"
|
||||
headers = {'Authorization':authorizationstring}
|
||||
|
||||
Reference in New Issue
Block a user