From 9d8ad7d747f921fe85027902c0b3db0dda8c43f8 Mon Sep 17 00:00:00 2001 From: rdmaloney <45108790+rdmaloney@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:33:47 +0100 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index cddbdf3..49ae463 100644 --- a/scraper.py +++ b/scraper.py @@ -39,7 +39,7 @@ def scrape_data(): rows = soup.find('table', {"class": "b-fight-details__table b-fight-details__table_style_margin-top b-fight-details__table_type_event-details js-fight-table"}) - rows = sorted(set(rows) + for row in rows: