From fa5b2633caad2de1b4aaa4efed480e235f9836fe Mon Sep 17 00:00:00 2001 From: Torben <59419684+entorb@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:21:24 +0100 Subject: [PATCH] Update 1fetch_v2.py --- 1fetch_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1fetch_v2.py b/1fetch_v2.py index 257d336..8dc3509 100755 --- a/1fetch_v2.py +++ b/1fetch_v2.py @@ -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: