在python 运行celery时候 AttributeError: 'NoneType' object has no attribute 'Redis'错误

写了一个celery的案例
在终端运行celery -A 案例 beat
报AttributeError: 'NoneType' object has no attribute 'Redis'错误

img