rdata - rdata csvfile
This commit is contained in:
@@ -3029,7 +3029,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
notes = data['comments']
|
notes = data['comments']
|
||||||
@@ -3214,7 +3214,7 @@ def handle_c2_async_workout(alldata,userid,c2token,c2id,delaysec,defaulttimezone
|
|||||||
units = getlist(sa,sel='unit')
|
units = getlist(sa,sel='unit')
|
||||||
types = getlist(sa,sel='type')
|
types = getlist(sa,sel='type')
|
||||||
|
|
||||||
rowdata = rdata(csvfilename)
|
rowdata = rdata(csvfile=csvfilename)
|
||||||
if rowdata:
|
if rowdata:
|
||||||
rowdata.updateintervaldata(values,
|
rowdata.updateintervaldata(values,
|
||||||
units,types,results)
|
units,types,results)
|
||||||
|
|||||||
Reference in New Issue
Block a user