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
There are a couple try/except for the very generic Exception. I think there would be benefits in making those more specific and let though the original exceptions rather than reraising everything as e.g. a DALFormatError or alike.