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
Python stack traces and print statements go to the application's stderr/stdin, which is usually not visible to a user. Catch at least important errors and put them somewhere a user can see.