added **kwargs to c2 tasks
This commit is contained in:
@@ -61,7 +61,8 @@ def add(x, y):
|
|||||||
def handle_c2_import_stroke_data(c2token,
|
def handle_c2_import_stroke_data(c2token,
|
||||||
c2id,workoutid,
|
c2id,workoutid,
|
||||||
starttimeunix,
|
starttimeunix,
|
||||||
csvfilename,debug=True):
|
csvfilename,debug=True,**kwargs):
|
||||||
|
|
||||||
authorizationstring = str('Bearer ' + c2token)
|
authorizationstring = str('Bearer ' + c2token)
|
||||||
headers = {'Authorization': authorizationstring,
|
headers = {'Authorization': authorizationstring,
|
||||||
'user-agent': 'sanderroosendaal',
|
'user-agent': 'sanderroosendaal',
|
||||||
|
|||||||
Reference in New Issue
Block a user