Tracker in eigene Klasse und AppData eingeführt
This commit is contained in:
@@ -15,7 +15,7 @@ from .page import Page
|
||||
|
||||
class Keel(Page):
|
||||
|
||||
def __init__(self, pageno, cfg, boatdata):
|
||||
def __init__(self, pageno, cfg, appdata, boatdata):
|
||||
super().__init__(pageno, cfg, boatdata)
|
||||
# Wert für Kielrotation
|
||||
self.valref = self.bd.getRef("xdrRotK")
|
||||
|
||||
Reference in New Issue
Block a user