Private
Public Access
1
0

adding Hero

This commit is contained in:
Sander Roosendaal
2021-05-14 08:46:57 +02:00
parent ae87acc14b
commit ffa658685e

View File

@@ -51,7 +51,7 @@ import arrow
thetimezone = get_current_timezone()
from rowingdata import (
TCXParser, RowProParser, ErgDataParser,
CoxMateParser,
CoxMateParser, HeroParser,
BoatCoachParser, RowPerfectParser, BoatCoachAdvancedParser,
ETHParser,
MysteryParser, BoatCoachOTWParser,QuiskeParser,
@@ -1828,6 +1828,7 @@ parsers = {
'humon': HumonParser,
'eth': ETHParser,
'nklinklogbook': NKLiNKLogbookParser,
'hero': HeroParser,
}
def parsenonpainsled(fileformat,f2,summary,startdatetime='',empowerfirmware=None,inboard=None,oarlength=None):