get_workout passing tests using mock upload api, need to add processing of nkid, oarlock params, etc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user