From 08fd5c5a3e7db9b42e055480460edb2c0595fda4 Mon Sep 17 00:00:00 2001 From: qqhsx <56535272+qqhsx@users.noreply.github.com> Date: Mon, 27 May 2024 13:56:38 +0800 Subject: [PATCH] Update popularity.py --- popularity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popularity.py b/popularity.py index 6e854461..d36963ad 100644 --- a/popularity.py +++ b/popularity.py @@ -2,7 +2,7 @@ import os # 获取关键字列表 -keywords = os.environ.get("KEYWORDS", []).split(",") +keywords = os.getenv.get("KEYWORDS", []).split(",") # 遍历关键字列表进行查询和保存结果 for keyword in keywords: