SmartRow - waterrower - support
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user