Skip to content

Commit

Permalink
Update 1fetch_v2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Nov 7, 2024
1 parent a622804 commit fa5b263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1fetch_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def fetch_data_summaries() -> None:
}

try:
response = requests.get(url, headers=headers, timeout=3)
response = requests.get(url, headers=headers, timeout=15)
response.raise_for_status() # Raise an HTTPError for bad responses
cont = response.content.decode("utf-8")
except requests.RequestException as e:
Expand Down

0 comments on commit fa5b263

Please sign in to comment.