Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockyzsu committed Feb 9, 2020
1 parent bcfb6e3 commit 51befb3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions collect_data.py → basic_market_info.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#-*-coding=utf-8-*-
# 每天收盘收运行
import datetime
import time

__author__ = 'Rocky'
'''
http://30daydo.com
Contact: [email protected]
'''

import datetime
import time
import tushare as ts
import os
from settings import get_engine,llogger,is_holiday,DATA_PATH
Expand All @@ -17,6 +15,7 @@
# 获取市场全貌

class SaveData():

today = datetime.datetime.now().strftime("%Y-%m-%d")
daily_engine = get_engine('db_daily')

Expand Down

0 comments on commit 51befb3

Please sign in to comment.