Skip to content

Commit f239675

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 76e6020 commit f239675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/covid_stats_via_xpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def covid_stats(
3333
) -> CovidData:
3434
xpath_str = '//div[@class = "maincounter-number"]/span/text()'
3535
try:
36-
response = httpx.get(url, timeout=10).raise_for_status()
36+
response = httpx.get(url, timeout=10).raise_for_status()
3737
except httpx.TimeoutException:
3838
print(
3939
"Request timed out. Please check your network connection "

0 commit comments

Comments
 (0)