Private
Public Access
1
0

rdata - rdata csvfile

This commit is contained in:
Sander Roosendaal
2021-05-21 16:14:10 +02:00
parent f403d065a3
commit f3db042f89

View File

@@ -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)