Update index.py

This commit is contained in:
midoks 2021-11-06 20:15:36 +08:00
parent 55ff5cca83
commit 2735c7d572
1 changed files with 0 additions and 1 deletions

View File

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