Update index.py

This commit is contained in:
midoks 2022-08-15 16:14:46 +08:00
parent b94f302fbe
commit 56a1ffed2a
1 changed files with 1 additions and 1 deletions

View File

@ -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