Private
Public Access
1
0

improved types for c2 import of bike

This commit is contained in:
Sander Roosendaal
2020-12-17 09:13:03 +01:00
parent 1fa7a8c9a2
commit 07930f6181
2 changed files with 5 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ workouttypes_ordered = collections.OrderedDict({
'Kayaking':'Kayaking',
'Workout':'Workout',
'Yoga':'Yoga',
'bike':'Bike',
'other':'Other',
}
)