We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e6020 commit f239675Copy full SHA for f239675
web_programming/covid_stats_via_xpath.py
@@ -33,7 +33,7 @@ def covid_stats(
33
) -> CovidData:
34
xpath_str = '//div[@class = "maincounter-number"]/span/text()'
35
try:
36
- response = httpx.get(url, timeout=10).raise_for_status()
+ response = httpx.get(url, timeout=10).raise_for_status()
37
except httpx.TimeoutException:
38
print(
39
"Request timed out. Please check your network connection "
0 commit comments