From 356ccafe6c354adb3e2019422202c6ac7bd382e0 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Thu, 13 Oct 2022 22:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index 5e64562..f6b6f9b 100644 --- a/init.py +++ b/init.py @@ -40,4 +40,4 @@ bot = Client("bot", api_id=api_id, api_hash=api_hash, ipv6=ipv6, plugins=dict(ro headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.72 Safari/537.36" } -request = httpx.AsyncClient(timeout=10.0, headers=headers) +request = httpx.AsyncClient(timeout=60.0, headers=headers)