minor cleanup

This commit is contained in:
smilerz
2021-08-13 11:23:47 -05:00
parent 170673f467
commit 5d8ebc513a
6 changed files with 17 additions and 17 deletions

View File

@@ -30,7 +30,6 @@ def text_scraper(text, url=None):
url=None
):
self.wild_mode = False
# self.exception_handling = None # TODO add new method here, old one was deprecated
self.meta_http_equiv = False
self.soup = BeautifulSoup(page_data, "html.parser")
self.url = url