为了能快速了解并处理您的问题,请提供以下基础信息: 系统版本:CentOS 7.9.2009 x86_64(Py3.7.9) 问题描述:[url=]AttributeError: 'str' object has no attribute 'insert'[/url]
相关截图(日志、错误):Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2319, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2266, in run result = getattr(toObject, get.action)(get) File "class/panelSite.py", line 5722, in get_site_types data.insert(0, {"id": 0, "name": "默认分类"})AttributeError: 'str' object has no attribute 'insert'
|
|