From 0029c7942fa9c72fe78f03f1fd43bed34e1c721a Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Sat, 29 Jun 2024 00:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=E9=9D=92=E9=BE=99=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=AE=89=E8=A3=85=20requests=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- telecom_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecom_monitor.py b/telecom_monitor.py index c88a399..a58def1 100644 --- a/telecom_monitor.py +++ b/telecom_monitor.py @@ -21,7 +21,7 @@ from telecom_class import Telecom except: print("正在尝试自动安装依赖...") - os.system("pip3 install pycryptodome &> /dev/null") + os.system("pip3 install pycryptodome requests &> /dev/null") from telecom_class import Telecom