更新 tp/scripts/beauty.py

This commit is contained in:
lj091715 2026-05-19 13:48:09 +08:00
parent 74266e8cce
commit 7c5935b590

View File

@ -105,7 +105,7 @@ def send_images(image_urls: list[str]) -> bool:
) )
try: try:
with urllib.request.urlopen(request, timeout=10) as response: with urllib.request.urlopen(request, timeout=30) as response:
if 200 <= response.status < 300: if 200 <= response.status < 300:
return True return True
payload = json.load(response) payload = json.load(response)