diff --git a/popularity.py b/popularity.py index fc14b01a..2af44f16 100644 --- a/popularity.py +++ b/popularity.py @@ -3,7 +3,7 @@ # 从环境变量读取查询词 query = os.getenv('CSV_FILE_NAME ', '退市股票') # 如果环境变量不存在,则使用默认值 '退市股票' -filename = f'{CSV_FILE_NAME }.csv' +filename = f'{CSV_FILE_NAME }' # 使用变量进行查询和保存结果 res = pywencai.get(question=query, loop=True)