change variable name

This commit is contained in:
Mylloon 2021-08-24 10:20:57 +02:00
parent c2efc864d4
commit 4e9b2f5608

View file

@ -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."""