From 56a1ffed2aefae1cbb48305228b00d3bc769d6ed Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 15 Aug 2022 16:14:46 +0800 Subject: [PATCH] Update index.py --- plugins/supervisor/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/supervisor/index.py b/plugins/supervisor/index.py index 97a75b476..8acfca0b7 100755 --- a/plugins/supervisor/index.py +++ b/plugins/supervisor/index.py @@ -56,7 +56,7 @@ def getArgs(): tmp[t[0]] = t[1] elif args_len > 1: for i in range(len(args)): - t = args[i].split(':') + t = args[i].split(':', 1) tmp[t[0]] = t[1] return tmp