Skip to content

Commit

Permalink
Catch all exceptions when logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
grablair committed Sep 27, 2023
1 parent f4297b7 commit 0aa3281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mint_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def load_transactions_page(self):
try:
# Try and see if the transaction table shows up
self.wait_for_transaction_table(timeout=10)
except TimeoutException:
except:
# Assume we are on the login screen, then

try:
Expand Down

0 comments on commit 0aa3281

Please sign in to comment.