def cute_board_spider():
"""
:function: cute_board_spider
??????????????
"""
try:
board_list = get_webview_board()
except:
raise InternalServerError()
webview_board.flushdb()
webview_board.set('webview_board_list', board_list)
webview_board.save()
# @celery.task(name='send_mail')
# def send_async_email(msg):
# """
# :function: send_mail
# :**kwargs:
# {'feedback': feedback, 'contact': contact}
#
# ???(ios????)
# """
# with app.app_context():
# mail.send(msg)
评论列表
文章目录