Update index.py

pull/109/head
midoks 4 years ago
parent 80aea20692
commit 6fc1b0746a
  1. 2
      plugins/phpmyadmin/index.py

@ -176,7 +176,7 @@ def getPmaPort():
port = getPort() port = getPort()
return mw.returnJson(True, 'OK', port) return mw.returnJson(True, 'OK', port)
except Exception as e: except Exception as e:
print e # print(e)
return mw.returnJson(False, '插件未启动!') return mw.returnJson(False, '插件未启动!')

Loading…
Cancel
Save