Update index.py

This commit is contained in:
midoks 2021-05-10 00:02:05 +08:00
parent 80aea20692
commit 6fc1b0746a
1 changed files with 1 additions and 1 deletions

View File

@ -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, '插件未启动!')