Update index.py
This commit is contained in:
parent
80aea20692
commit
6fc1b0746a
|
|
@ -176,7 +176,7 @@ def getPmaPort():
|
|||
port = getPort()
|
||||
return mw.returnJson(True, 'OK', port)
|
||||
except Exception as e:
|
||||
print e
|
||||
# print(e)
|
||||
return mw.returnJson(False, '插件未启动!')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue