minor correction2
This commit is contained in:
@@ -60,7 +60,6 @@ def process_record(url):
|
|||||||
:param url: url of the record
|
:param url: url of the record
|
||||||
:return dictionary of parameters
|
:return dictionary of parameters
|
||||||
"""
|
"""
|
||||||
url = "https://www.orsr.sk/vypis.asp?ID=471674&SID=4&P=1"
|
|
||||||
html = requests.get(url)
|
html = requests.get(url)
|
||||||
soup = BeautifulSoup(html.content, "html.parser")
|
soup = BeautifulSoup(html.content, "html.parser")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user