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