コード例 #1
0
ファイル: daily_run.py プロジェクト: gaotianpu/forecast
def run():
    if not util.is_trade_day():return 
    download.download_latest()
    latest_day = util.get_today()
    li =  load_daily_stocks(latest_day)
    jump_p(li)
コード例 #2
0
ファイル: daily_run.py プロジェクト: cash2one/forecast
def run():
    if not util.is_trade_day():return 
    download.download_latest()
    latest_day = util.get_today()
    jump_p(latest_day)
コード例 #3
0
ファイル: run.py プロジェクト: catabram/forecast
#!/usr/bin/python
# -*- coding: utf-8 -*-
import download

if __name__ == "__main__" :  
    download.download_latest()
コード例 #4
0
ファイル: run.py プロジェクト: cash2one/forecast
#!/usr/bin/python
# -*- coding: utf-8 -*-
import download

if __name__ == "__main__":
    download.download_latest()