mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-21 09:02:33 +02:00
Update locationdata.py
This commit is contained in:
@@ -75,7 +75,7 @@ def getRepeaterBook(lat=0, lon=0):
|
||||
try:
|
||||
msg = ''
|
||||
response = requests.get(repeater_url)
|
||||
soup = BeautifulSoup(response.text, 'html.parser')
|
||||
soup = bs(response.text, 'html.parser')
|
||||
table = soup.find('table', attrs={'class': 'w3-table w3-striped w3-responsive w3-mobile w3-auto sortable'})
|
||||
if table is not None:
|
||||
cells = table.find_all('td')
|
||||
|
||||
Reference in New Issue
Block a user