From 2be4711a3a9e1e35e98ca4f0c6d0edc75ff1e5b7 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Fri, 14 Aug 2026 12:28:38 +0700 Subject: [PATCH] =?UTF-8?q?photo=5Fprocessor.py:=20timeout=20120=D1=81=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=98=D0=98?= 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 7f13f05..1c48a0b 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=30, + timeout=120, verify=False ) response.raise_for_status()