예제 #1
0
def update_china_trend():
    utils.update_history()
    utils.update_details()
    return render_template('china-trend.html')
예제 #2
0
파일: app.py 프로젝트: LINAN1345272421/Map
def update_all_world():
    utils.update_history()
    utils.update_details()
    utils.update_world()
    return "1"