Private
Public Access
1
0

added **kwargs to c2 tasks

This commit is contained in:
Sander Roosendaal
2018-01-19 18:01:39 +01:00
parent bad4e04b96
commit 4f4d568463

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',