From c77085fea4c58a88b44c1eb3c2d261f9064c21a8 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 10 Oct 2022 23:27:20 +0800 Subject: [PATCH] Update index.py --- plugins/swap/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/swap/index.py b/plugins/swap/index.py index cae3993b9..c3b39759c 100755 --- a/plugins/swap/index.py +++ b/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'