Skip to content

Commit

Permalink
更新ACTION
Browse files Browse the repository at this point in the history
  • Loading branch information
AFAN-LIFE committed Aug 9, 2024
1 parent 2528e98 commit 434e0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etl/tushare_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 434e0ee

Please sign in to comment.