Skip to content

Commit

Permalink
feat: added custom log error for loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperan committed Apr 2, 2024
1 parent c4eb949 commit 62a20de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whatsappbeacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def whatsapp_load(driver) -> None:
loading.click()
print("\n Loaded")
break
except Exception:
print("Loading...", end=f"\r")
except Exception as e:
print("Loading...: {}".format(e), end=f"\r")

while True:
try:
Expand Down

0 comments on commit 62a20de

Please sign in to comment.