feat: v1.1.1

This commit is contained in:
Mark Bailey 2025-01-26 14:49:17 -05:00
parent 38eebe6ec7
commit 0873723991

View File

@ -174,7 +174,10 @@ class Tools:
data = scraper.scrape_website(url)
json_s = json.dumps(data)
scraper.reset()
# if scraper.visited != [] or scraper.data != {} or scraper.netloc is not None or scraper.scheme is not None:
# scraper.reset()
scraper = None
return json_s