now uses NK summary for NK files
This commit is contained in:
@@ -1308,7 +1308,7 @@ def new_workout_from_file(r, f2,
|
||||
message = 'Something went wrong: ' + errorstring
|
||||
return (0, message, '')
|
||||
|
||||
dosummary = (fileformat != 'fit')
|
||||
dosummary = (fileformat != 'fit' and fileformat != 'speedcoach2')
|
||||
id, message = save_workout_database(
|
||||
f2, r,
|
||||
workouttype=workouttype,
|
||||
|
||||
Reference in New Issue
Block a user