changing workout names if no name
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user