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
{{ message }}
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
We're setting os.environ["WERKZEUG_RUN_MAIN"] = "true" in order to suppress the printing to the console of Flask information (as mentioned in cs01/gdbgui#425 (comment) )
The workaround for the moment appears to be downgrading werkzeug pip install 'Werkzeug<2.1.0'