Update index.py

pull/209/head
midoks 3 years ago
parent a265f3d0d5
commit c77085fea4
  1. 2
      plugins/swap/index.py

@ -117,7 +117,7 @@ def swapOp(method):
return 'ok'
return 'fail'
data = mw.execShell(file + ' start')
data = mw.execShell(file + ' ' + method)
if data[1] == '':
return 'ok'
return 'fail'

Loading…
Cancel
Save