From 10fb666f15e4e844f1b150a94c8ea9bd920d182f Mon Sep 17 00:00:00 2001 From: qqhsx <56535272+qqhsx@users.noreply.github.com> Date: Sat, 25 May 2024 11:35:58 +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 0e93a7f7..03b57210 100644 --- a/popularity.py +++ b/popularity.py @@ -1,4 +1,4 @@ import pywencai res = pywencai.get(question='退市股票', loop=True) -# res.to_csv('退市股票.csv', index=False, encoding='utf-8-sig') +res.to_csv('退市股票.csv', index=False, encoding='utf-8-sig') print(res)