From 65f659c5dceaf86945028005dd0d56943f0feaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Wed, 31 Aug 2022 16:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=BF=BD=E7=95=A5=E9=83=A8?= =?UTF-8?q?=E5=88=86=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index ecc9098..a7f765b 100644 --- a/main.py +++ b/main.py @@ -17,6 +17,7 @@ from utils.service.manager import ServicesManager # 无视相关警告 # 该警告说明在官方GITHUB的WIKI中Frequently Asked Questions里的What do the per_* settings in ConversationHandler do? filterwarnings(action="ignore", message=r".*CallbackQueryHandler", category=PTBUserWarning) +filterwarnings(action="ignore", message=r".*Prior to v20.0 the `days` parameter", category=PTBUserWarning) def main() -> None: