feeluown-core
feeluown-core copied to clipboard
AttributeError: module 'logging' has no attribute 'config'
运行feel-core-test,报错"AttributeError: module 'logging' has no
attribute 'config'"。在fuocore/main.py中添加
import logging.config
后,错误消失。