You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flask requires view names to be unique, and since the raw wrapper function is returned by inflate, using the @inflate decorator on multiple views raises an exception:
flask requires view names to be unique, and since the raw
wrapper
function is returned byinflate
, using the@inflate
decorator on multiple views raises an exception:one solution is to decorate the inner function with python's built-in
@functools.wraps
:versions:
The text was updated successfully, but these errors were encountered: