Skip to content

Commit

Permalink
Update script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmazur authored Aug 6, 2023
1 parent 2399c77 commit 9eda006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main() -> None:
driver.find_element_by_id("login-button").click()

logger.info("Waiting for authentication")
logger.info(f"looking for Mail - {my_name} - Outlook"))
logger.info(f"looking for Mail - {my_name} - Outlook")
wait.until(EC.title_contains(f"Mail - {my_name} - Outlook"))
logger.info("Success")

Expand Down

0 comments on commit 9eda006

Please sign in to comment.