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