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