diff --git a/rowers/tasks.py b/rowers/tasks.py index aaacd8c3..178dc349 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -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',