minor correction2

This commit is contained in:
2023-09-28 12:18:40 +02:00
parent 9525c559dd
commit ffc71712c8

View File

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