From e8c6ccc8cf9e644d1b55a7317e23c62fc714ce77 Mon Sep 17 00:00:00 2001 From: qqhsx <56535272+qqhsx@users.noreply.github.com> Date: Sat, 25 May 2024 11:17:37 +0800 Subject: [PATCH] Update popularity.py --- popularity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popularity.py b/popularity.py index a1983d10..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') -print(res) \ No newline at end of file +res.to_csv('退市股票.csv', index=False, encoding='utf-8-sig') +print(res)