Skip to content

Commit

Permalink
🏁 βœ… Final v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 authored Jan 4, 2025
1 parent 4b5a83c commit 07af9a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion add.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def filter(self, record):
# Prevent added_logger from propagating to root logger
added_logger.propagate = False

# Disable selenium logging to console
selenium_logger = logging.getLogger('selenium')
selenium_logger.setLevel(logging.INFO)
selenium_logger.propagate = False
Expand Down

0 comments on commit 07af9a2

Please sign in to comment.