Update common.py
This commit is contained in:
parent
aa60d52662
commit
f7ee3a9aed
|
|
@ -150,7 +150,6 @@ def initSystemControl():
|
|||
path = 'data/default.db'
|
||||
if os.path.exists(path):
|
||||
return False
|
||||
|
||||
data_ctl = 'data/control.conf'
|
||||
mw.writeFile(data_ctl, '30')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue