This commit is contained in:
2024-12-26 15:47:21 +01:00
parent 8b8766c609
commit ddd45d7276
10 changed files with 232 additions and 109 deletions

View File

@@ -36,6 +36,7 @@ class config:
self.dbschema = c.get("db", "dbSchema")
self.dbusertable = c.get("db", "userTableName")
self.dbrectable = c.get("db", "recTableName")
self.dbdataraw = c.get("db", "rawTableName")
# unit setting
self.units_name = [part for part in c.get("unit", "Names").split('|')]