From 32ee002dc8cedcfdad9ee5f50ac09e6fc2608589 Mon Sep 17 00:00:00 2001 From: tirastipol Date: Sat, 30 Nov 2024 01:21:16 +1300 Subject: [PATCH] Fixed example Python code in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e197b4f..f072823 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Create a new instance of the `CloudflareBypass` class and call the `bypass` meth ```python from CloudflareBypasser import CloudflareBypasser +from DrissionPage import ChromiumPage driver = ChromiumPage() driver.get('https://nopecha.com/demo/cloudflare')