From 7c5935b5904bad4fcb11a9c8d6bd0ac684cb9097 Mon Sep 17 00:00:00 2001 From: lj091715 <1091062319@qq.com> Date: Tue, 19 May 2026 13:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tp/scripts/beauty.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tp/scripts/beauty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp/scripts/beauty.py b/tp/scripts/beauty.py index f8c7eb5..96f401b 100644 --- a/tp/scripts/beauty.py +++ b/tp/scripts/beauty.py @@ -105,7 +105,7 @@ def send_images(image_urls: list[str]) -> bool: ) try: - with urllib.request.urlopen(request, timeout=10) as response: + with urllib.request.urlopen(request, timeout=30) as response: if 200 <= response.status < 300: return True payload = json.load(response)