Private
Public Access
1
0

passing url tests

This commit is contained in:
Sander Roosendaal
2019-01-12 10:56:14 +01:00
parent 909143f6b9
commit 018ee43fdb
17 changed files with 81 additions and 78 deletions

View File

@@ -1139,7 +1139,7 @@ def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
btvalues=btvalues.to_json())
return (encoder.encode_hex(w.id), message)
return (w.id, message)
parsers = {
'kinomap': KinoMapParser,