mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 20:21:35 +01:00
refactor spacing in cfg parse
This commit is contained in:
@@ -39,9 +39,6 @@ def change_cfg(key,value):
|
|||||||
confs[key] = value
|
confs[key] = value
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def CFG(tag):
|
def CFG(tag):
|
||||||
global conf
|
global conf
|
||||||
global default_conf
|
global default_conf
|
||||||
@@ -80,6 +77,3 @@ def parse_cfg(c):
|
|||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
return c
|
return c
|
||||||
|
|
||||||
|
|
||||||
CFG("show_avg")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user