From 182194a57ae8c9e00fe1e5b5db50d80eadda5680 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Fri, 14 Aug 2026 12:41:05 +0700 Subject: [PATCH] =?UTF-8?q?photo=5Fprocessor.py:=20timeout=20300=D1=81=20(?= =?UTF-8?q?5=20=D0=BC=D0=B8=D0=BD=D1=83=D1=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_bot/photo_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo_bot/photo_processor.py b/photo_bot/photo_processor.py index 1c48a0b..b8db84a 100644 --- a/photo_bot/photo_processor.py +++ b/photo_bot/photo_processor.py @@ -101,7 +101,7 @@ def _upload_to_api(image_bytes: bytes, user_id: str, coords: tuple) -> dict: files={ "image": ("photo.jpg", image_bytes, "image/jpeg") }, - timeout=120, + timeout=300, verify=False ) response.raise_for_status()