refactor spacing in cfg parse

This commit is contained in:
Yannik Schmidt
2021-02-26 12:54:34 +01:00
parent 7256a422f3
commit 5113561a8c

View File

@@ -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")