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
It's normal if I didn't use @cache_response. I got a error TypeError: inner() missing 1 required positional argument: 'request' after I using @cache_response. I wonder why?
My code as follows:
It's normal if I didn't use
@cache_response
. I got a errorTypeError: inner() missing 1 required positional argument: 'request'
after I using@cache_response
. I wonder why?The text was updated successfully, but these errors were encountered: