From ffc71712c872256735197bc7d0223ba4e66b11a2 Mon Sep 17 00:00:00 2001 From: Oto Imrich Date: Thu, 28 Sep 2023 12:18:40 +0200 Subject: [PATCH] minor correction2 --- scraper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper.py b/scraper.py index 9b2d5d2..a39c4fb 100644 --- a/scraper.py +++ b/scraper.py @@ -60,7 +60,6 @@ def process_record(url): :param url: url of the record :return dictionary of parameters """ - url = "https://www.orsr.sk/vypis.asp?ID=471674&SID=4&P=1" html = requests.get(url) soup = BeautifulSoup(html.content, "html.parser")