Private
Public Access
1
0

get_workout passing tests using mock upload api, need to add processing of nkid, oarlock params, etc

This commit is contained in:
Sander Roosendaal
2021-04-04 17:22:01 +02:00
parent f82c451e58
commit 13391c0e40
5 changed files with 117 additions and 13 deletions

View File

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