コード例 #1
0
def run():

    gfweather().run()
コード例 #2
0
def test_run():

    gfweather().start_today_info(is_test=False)
コード例 #3
0
ファイル: run.py プロジェクト: TomasCheng/Takeout
def run():
    '''
    主程序入口
    :return:
    '''
    gfweather().run()
コード例 #4
0
ファイル: run.py プロジェクト: yangxj-1/EverydayWechat
def test_run():
    '''
    运行前的测试
    :return:
    '''
    gfweather().start_today_info(is_test=True)
コード例 #5
0
def run():
    """
    主程序入口
    :return:
    """
    gfweather().run()
コード例 #6
0
def test_run():
    """
    运行前的测试
    :return:
    """
    gfweather().start_today_info(is_test=True)
コード例 #7
0
def run(scheduled=True):
    '''
    主程序入口
    :return:
    '''
    gfweather().run(scheduled=scheduled)