We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fc68a commit ccd2f16Copy full SHA for ccd2f16
1 file changed
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-gHboQg').find('div', class_='gseimR').get_text().strip()
+ return soup.find('div', class_='sc-fOKMvo').find('div', class_='bswdXI').get_text().strip()
38
39
# Function to correct the numeric value and unit
40
def correctValue(value):
0 commit comments