run.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:software-assessment-framework 作者: softwaresaved 项目源码 文件源码
def main():
    # Set up logging
    logging.basicConfig(format='%(asctime)s - %(levelname)s %(funcName)s() - %(message)s',
                        filename=config.log_file_name,
                        level=config.log_level)
    logging.info('-- Starting the Software Assessment Framework --')

    app.config['WTF_CSRF_ENABLED'] = False
    app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True
    app.run(host=config.host, port=config.port, debug=True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号