Update panel_task.py

pull/632/head
Mr Chen 5 months ago
parent 7ba7272a7c
commit 0d1d4b66d6
  1. 3
      panel_task.py

@ -27,9 +27,6 @@ sys.path.append(web_dir)
import core.mw as mw import core.mw as mw
import thisdb import thisdb
from admin import setup
setup.init()
g_log_file = mw.getPanelTaskLog() g_log_file = mw.getPanelTaskLog()
if not os.path.exists(g_log_file): if not os.path.exists(g_log_file):
os.system("touch " + g_log_file) os.system("touch " + g_log_file)

Loading…
Cancel
Save