From 972c1763e97cc1053575e625504d9f81ee058af5 Mon Sep 17 00:00:00 2001 From: Key Date: Thu, 16 Jan 2025 11:53:42 -0500 Subject: [PATCH] add timeout for requests --- tap_restaurant365/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_restaurant365/client.py b/tap_restaurant365/client.py index cf42d85..30062a6 100644 --- a/tap_restaurant365/client.py +++ b/tap_restaurant365/client.py @@ -25,6 +25,7 @@ class Restaurant365Stream(RESTStream): skip = 0 days_delta = 10 + timeout = 60 @property def url_base(self) -> str: