AttributeError: ‘function‘ object has no attribute ‘xxx‘报错问题

问题描述

AttributeError: ‘function’ object has no attribute ‘send’

AttributeError: ‘function‘ object has no attribute ‘xxx‘报错问题_第1张图片

@bp.route("/mail")
def mail():
    message = Message(
        subject='邮箱测试'

你可能感兴趣的:(flask,python)