do not read the configfile when we save the configuration
This commit is contained in:
parent
0ae961c76f
commit
e2c6bdedec
|
@ -635,7 +635,6 @@ class Interface:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
def save_config(self):
|
def save_config(self):
|
||||||
parser.read()
|
|
||||||
parser.write()
|
parser.write()
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue