看到错误了 
Traceback (most recent call last): 
  File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 239, in process 
    return self.handle() 
  File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 230, in handle 
    return self._delegate(fn, self.fvars, args) 
  File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 462, in _delegate 
    return handle_class(cls) 
  File "/usr/local/lib/python2.7/dist-packages/web/application.py", line 438, in handle_class 
    return tocall(*args) 
  File "main.py", line 587, in POST 
    return self.funObj() 
  File "main.py", line 593, in funObj 
    return publicObject(pluginObject,defs); 
  File "main.py", line 853, in publicObject 
    return public.getJson(eval(fun)) 
  File "<string>", line 1, in <module> 
  File "/www/server/panel/class/panelPlugin.py", line 270, in getPluginList 
    arr['versions'] = self.checksSetup(arr['name'].replace('_soft',''),arr['checks'],arr['versions']) 
  File "/www/server/panel/class/panelPlugin.py", line 354, in checksSetup 
    tmpt = public.getStrBetween('[',']',task['name']) 
TypeError: string indices must be integers, not str 
 |