Private
Public Access
1
0

Merge branch 'hotfix/v5.64'

This commit is contained in:
Sander Roosendaal
2018-01-19 18:04:35 +01:00

View File

@@ -61,7 +61,8 @@ def add(x, y):
def handle_c2_import_stroke_data(c2token,
c2id,workoutid,
starttimeunix,
csvfilename,debug=True):
csvfilename,debug=True,**kwargs):
authorizationstring = str('Bearer ' + c2token)
headers = {'Authorization': authorizationstring,
'user-agent': 'sanderroosendaal',