From 434e0ee806a1a4916282174a744ab949ebeea9db Mon Sep 17 00:00:00 2001 From: afan Date: Fri, 9 Aug 2024 22:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ACTION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etl/tushare_etl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etl/tushare_etl.py b/etl/tushare_etl.py index e4172fb..44098e0 100644 --- a/etl/tushare_etl.py +++ b/etl/tushare_etl.py @@ -4,6 +4,7 @@ import tushare as ts end_date = datetime.datetime.now().strftime('%Y%m%d') tushare_token = os.getenv('TUSHARE_TOKEN') # 存储在github的秘钥仓库中,供action每天运行 +print(tushare_token) pro = ts.pro_api(tushare_token) data_path = 'data'