We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8931b16 commit b5d0f9dCopy full SHA for b5d0f9d
Amsterdam Internet Exchange/AMS.py
@@ -34,7 +34,7 @@ def retrieveValue(location_code):
34
final_url = url + location_code
35
response = session.get(final_url, headers=header_get)
36
soup = BeautifulSoup(response.text, 'html.parser')
37
- return soup.find('div', class_='sc-iujRgT').find('div', class_='csSFRO').get_text().strip()
+ return soup.find('div', class_='sc-iujRgT').find('div', class_='kqvLeo').get_text().strip()
38
39
# Function to correct the numeric value and unit
40
def correctValue(value):
0 commit comments