vnpy/examples/TushareDataService/downloadData.py

11 lines
179 B
Python
Raw Normal View History

# encoding: UTF-8
"""
立即下载数据到数据库中用于手动执行更新操作
"""
from dataService import *
if __name__ == '__main__':
downloadAllMinuteBar()