Update index.py

pull/165/head
midoks 3 years ago
parent b94f302fbe
commit 56a1ffed2a
  1. 2
      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

Loading…
Cancel
Save