summaryrefslogtreecommitdiffstats
path: root/mlscraper/scrapers.py
diff options
context:
space:
mode:
Diffstat (limited to 'mlscraper/scrapers.py')
-rw-r--r--mlscraper/scrapers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlscraper/scrapers.py b/mlscraper/scrapers.py
index 7ea16f5..d271719 100644
--- a/mlscraper/scrapers.py
+++ b/mlscraper/scrapers.py
@@ -37,7 +37,7 @@ class ListScraper(Scraper):
]
def __repr__(self):
- return f"<ListScraper {self.scraper=}>"
+ return f"<ListScraper {self.selector=} {self.scraper=}>"
class ValueScraper(Scraper):