Private
Public Access
1
0

SmartRow - waterrower - support

This commit is contained in:
Sander Roosendaal
2022-01-22 15:02:37 +01:00
parent a181f6f90d
commit 8d78444aae
6 changed files with 24 additions and 23 deletions

View File

@@ -54,7 +54,7 @@ import arrow
thetimezone = get_current_timezone()
from rowingdata import (
TCXParser, RowProParser, ErgDataParser,
CoxMateParser, HeroParser,
CoxMateParser, HeroParser, SmartRowParser,
BoatCoachParser, RowPerfectParser, BoatCoachAdvancedParser,
ETHParser,
MysteryParser, BoatCoachOTWParser,QuiskeParser,
@@ -1857,6 +1857,7 @@ parsers = {
'eth': ETHParser,
'nklinklogbook': NKLiNKLogbookParser,
'hero': HeroParser,
'smartrow': SmartRowParser,
}
def get_startdate_time_zone(r,row,startdatetime=None):