diff --git a/main.py b/main.py index 22c3382..6956585 100644 --- a/main.py +++ b/main.py @@ -78,9 +78,9 @@ class Scraper: def work(self) -> str: """Call all the others methods.""" session = self.connect() - link = self.search(session) + topics = self.search(session) - return link + return topics def save(elements): """Save all the results parsed to a CSV file."""