feat: v1.1.1
This commit is contained in:
parent
38eebe6ec7
commit
0873723991
@ -174,7 +174,10 @@ class Tools:
|
|||||||
data = scraper.scrape_website(url)
|
data = scraper.scrape_website(url)
|
||||||
json_s = json.dumps(data)
|
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
|
return json_s
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user