rdata fixes
This commit is contained in:
@@ -9,7 +9,7 @@ def workout_tcxemail_view(request,id=0):
|
||||
|
||||
|
||||
|
||||
row = rdata(w.csvfilename)
|
||||
row = rdata(csvfile=w.csvfilename)
|
||||
|
||||
code = str(uuid4())
|
||||
tcxfilename = code+'.tcx'
|
||||
@@ -171,7 +171,7 @@ def workout_gpxemail_view(request,id=0):
|
||||
|
||||
|
||||
|
||||
row = rdata(w.csvfilename)
|
||||
row = rdata(csvfile=w.csvfilename)
|
||||
|
||||
code = str(uuid4())
|
||||
gpxfilename = code+'.gpx'
|
||||
@@ -235,7 +235,7 @@ def workout_csvemail_view(request,id=0):
|
||||
|
||||
w = get_workout(id)
|
||||
|
||||
rowdata = rdata(w.csvfilename)
|
||||
rowdata = rdata(csvfile=w.csvfilename)
|
||||
code = str(uuid4())
|
||||
filename = code+'.csv'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user