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
UserWarning: The name 'vnc_bp' is already registered for this blueprint. Use 'name=' to provide a unique name. This will become an error in Flask 2.1. #4668
I have added a print statement inside flask.blueprints.register and I only see one printout for my "vnc_bp"... yet I still get this error. I've had to retain an older version that still just warns, rather than raises.