Skip to content

Commit

Permalink
Merge pull request #2105 from jdholtz/fix-uc-logging
Browse files Browse the repository at this point in the history
Fix log message on exception in UC Reactor
  • Loading branch information
mdmintz authored Sep 13, 2023
2 parents bc1e95d + 63941dc commit 2df116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seleniumbase/undetected/reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ async def listen(self):
if "invalid session id" in str(e):
pass
else:
logging.debug("exception ignored :", e)
logger.debug("exception ignored : %s", e)

0 comments on commit 2df116d

Please sign in to comment.