Update sql_mysql.py

pull/632/head
Mr Chen 5 months ago
parent f13a0c68dc
commit 6b7752e14a
  1. 5
      plugins/data_query/sql_mysql.py

@ -8,11 +8,6 @@ import re
import pymongo import pymongo
import json import json
web_dir = os.getcwd() + "/web"
if os.path.exists(web_dir):
sys.path.append(web_dir)
os.chdir(web_dir)
import core.mw as mw import core.mw as mw
def singleton(cls): def singleton(cls):

Loading…
Cancel
Save