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
this is in app.py and the problem is if we want to log the name of the handler. This maybe is not necessary though as we have filename and lineno. so maybe this can be removed again from the inject method.
besides that handler = should be inside the try/except so that RequestRedirect is also catched again.
The text was updated successfully, but these errors were encountered:
this is in app.py and the problem is if we want to log the name of the handler. This maybe is not necessary though as we have filename and lineno. so maybe this can be removed again from the inject method.
besides that handler = should be inside the try/except so that RequestRedirect is also catched again.
The text was updated successfully, but these errors were encountered: