Private
Public Access
1
0

mailprocessing summary

This commit is contained in:
Sander Roosendaal
2018-05-03 12:20:57 +02:00
parent 4bc202b0de
commit 4e7a2316fa

View File

@@ -149,6 +149,7 @@ def make_new_workout_from_email(rower, datafile, name, cntr=0,testing=False):
row.write_csv(datafilename, gzip=True)
dosummary = (fileformat != 'fit' and 'speedcoach2' not in fileformat)
dosummary = dosummary or summary == ''
if name == '':
name = 'Workout from Background Queue'