Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
coskundeniz committed Dec 19, 2023
1 parent 4a855c8 commit 539739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def click_ads(self, ads: AdList) -> None:
sleep(0.5)

else:
logger.debug("Opened link in new a tab. Switching to tab...")
logger.debug("Opened link in a new tab. Switching to tab...")

for window_handle in self._driver.window_handles:
if window_handle != original_window_handle:
Expand Down

0 comments on commit 539739a

Please sign in to comment.