Update index.py
This commit is contained in:
parent
55ff5cca83
commit
2735c7d572
|
|
@ -178,7 +178,6 @@ def getXhPort():
|
|||
port = getPort()
|
||||
return mw.returnJson(True, 'OK', port)
|
||||
except Exception as e:
|
||||
print e
|
||||
return mw.returnJson(False, '插件未启动!')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue