码迷,mamicode.com
首页 > 移动开发 > 详细

flask 出现AssertionError: View function mapping is overwriting an existing endpoint function: inner

时间:2020-08-13 11:49:17      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:nbsp   imp   alt   error:   inf   tool   图片   UNC   over   

错误

技术图片

 

 解决

导入import functools

在你写的装饰器里面将函数通过

@functools.wraps(XXXXX)装饰一下

flask 出现AssertionError: View function mapping is overwriting an existing endpoint function: inner

标签:nbsp   imp   alt   error:   inf   tool   图片   UNC   over   

原文地址:https://www.cnblogs.com/HByang/p/13490653.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!