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
Since Python 3.7, it is recommended to use sys.flags.debug to determine if the app is running in debug mode. It can be set with python -X dev. AioHTTP indirectly supports this, but Flask doesn't seem to care.
The text was updated successfully, but these errors were encountered:
Since Python 3.7, it is recommended to use
sys.flags.debug
to determine if the app is running in debug mode. It can be set withpython -X dev
. AioHTTP indirectly supports this, but Flask doesn't seem to care.The text was updated successfully, but these errors were encountered: