diff --git a/crawl4ai/crawler_strategy.py b/crawl4ai/crawler_strategy.py index 626b72d8..6d4f0a0e 100644 --- a/crawl4ai/crawler_strategy.py +++ b/crawl4ai/crawler_strategy.py @@ -342,4 +342,4 @@ class LocalSeleniumCrawlerStrategy(CrawlerStrategy): return img_base64 def quit(self): - self.driver.quit() \ No newline at end of file + self.driver.quit()