Private
Public Access
1
0

Merge branch 'develop' into feature/rp3api

This commit is contained in:
Sander Roosendaal
2021-01-27 08:01:11 +01:00
6 changed files with 9 additions and 9 deletions

View File

@@ -1316,7 +1316,7 @@ def add_workout_from_strokedata(user,importid,data,strokedata,
t = data['comments'].split('\n', 1)[0]
title += t[:20]
except:
title = 'Imported'
title = ''
starttimeunix = arrow.get(rowdatetime).timestamp