Skip to content

Commit d47dac2

Browse files
committed
Prevent asyncio warnings on Python 3.14
1 parent 72ca3c9 commit d47dac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/undetected/cdp_driver/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
MAX_SIZE: int = 2**28
3434
PING_TIMEOUT: int = 1800 # 30 minutes
3535
TargetType = Union[cdp.target.TargetInfo, cdp.target.TargetID]
36+
logging.getLogger("asyncio").setLevel(logging.CRITICAL)
3637
logger = logging.getLogger("uc.connection")
3738

3839

0 commit comments

Comments
 (0)