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")