From f7ee3a9aed3a4733e8aa35d415da458b0ee1badd Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 11 Sep 2023 12:42:27 +0800 Subject: [PATCH] Update common.py --- class/core/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/class/core/common.py b/class/core/common.py index d750ce2b3..d730d8521 100755 --- a/class/core/common.py +++ b/class/core/common.py @@ -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')