bugfix - automatic chart creation on non-painsled upload
This commit is contained in:
@@ -483,7 +483,7 @@ def new_workout_from_file(r,f2,
|
||||
dosummary=dosummary,
|
||||
title=title)
|
||||
|
||||
return (id,message)
|
||||
return (id,message,f2)
|
||||
|
||||
# Compare the data from the CSV file and the database
|
||||
# Currently only calculates number of strokes. To be expanded with
|
||||
|
||||
Reference in New Issue
Block a user