pull/109/head
Mr Chen 7 years ago
parent 64706e4210
commit 1a38439115
  1. 2
      plugins/memcached/index.py
  2. 2
      plugins/redis/index.py

@ -9,6 +9,8 @@ sys.path.append(os.getcwd() + "/class/core")
import public
app_debug = False
if public.getOs() == 'darwin':
app_debug = True
def getPluginName():

@ -9,6 +9,8 @@ sys.path.append(os.getcwd() + "/class/core")
import public
app_debug = False
if public.getOs() == 'darwin':
app_debug = True
def getPluginName():

Loading…
Cancel
Save