Optimized

This commit is contained in:
NianBroken
2024-02-07 12:20:57 +08:00 Unverified
parent 42de455926
commit c1aec2a76d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from zfn_api import Client
from pushplus import send_message
# 从环境变量中提取教务系统的URL、用户名、密码和TOKEN等信息
force_push_message = os.environ.get("Force_Push_Message")
force_push_message = os.environ.get("FORCE_PUSH_MESSAGE")
url = os.environ.get("URL")
username = os.environ.get("USERNAME")
password = os.environ.get("PASSWORD")