Private
Public Access
1
0

changing workout names if no name

This commit is contained in:
Sander Roosendaal
2021-01-27 08:00:39 +01:00
parent f6aec5b66c
commit 22eebadd91
6 changed files with 9 additions and 9 deletions

View File

@@ -228,7 +228,7 @@ def get_polar_workouts(user):
msg = Message(mailbox=workoutsbox,
from_header=user.email,
subject = 'Import from Polar Flow',
subject = '',
body=bodyyaml)
msg.save()