From f3db042f8962407c8411602d8685424afbb5d246 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 21 May 2021 16:14:10 +0200 Subject: [PATCH] rdata - rdata csvfile --- rowers/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rowers/tasks.py b/rowers/tasks.py index 710f77e0..1b093a48 100644 --- a/rowers/tasks.py +++ b/rowers/tasks.py @@ -3029,7 +3029,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone - + try: notes = data['comments'] @@ -3214,7 +3214,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone units = getlist(sa,sel='unit') types = getlist(sa,sel='type') - rowdata = rdata(csvfilename) + rowdata = rdata(csvfile=csvfilename) if rowdata: rowdata.updateintervaldata(values, units,types,results)