![图片[1]-解决宝塔至少需要xx 才可以安装xx-皮皮博客](https://www.3tt.top/wp-content/uploads/2024/11/image-1-1024x426.png)
把提示的这个注释掉就行:前面加个#就行
if not self.check_mem_limit(versionInfo['mem_limit']):
limit_list.append('[{}MB]内存'.format(versionInfo['mem_limit']))
if len(limit_list) > 0:
err_msg = '至少需要' + '、'.join(limit_list) + '才能安装'
return public.returnCode(False, err_msg, -1)
© 版权声明
THE END
暂无评论内容