Private
Public Access
1
0

also working for non oarlock workouts now - still naive implementation

This commit is contained in:
Sander Roosendaal
2021-04-04 19:58:04 +02:00
parent 13391c0e40
commit 6be21a0a8a
3 changed files with 18 additions and 5 deletions

View File

@@ -1856,6 +1856,7 @@ parsers = {
def parsenonpainsled(fileformat,f2,summary,startdatetime=''):
try:
row = parsers[fileformat](f2)
print(row,'jet')
if startdatetime != '':
row.rowdatetime = arrow.get(startdatetime).datetime
hasrecognized = True