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
While it is possible to set DEBUG in your config or code, this is strongly discouraged. It can’t be read early by the flask run command, and some systems or extensions may have already configured themselves based on a previous value.
The text was updated successfully, but these errors were encountered:
https://flask.palletsprojects.com/en/3.0.x/config/#debug-mode
The text was updated successfully, but these errors were encountered: