def update_china_trend(): utils.update_history() utils.update_details() return render_template('china-trend.html')
def update_all_world(): utils.update_history() utils.update_details() utils.update_world() return "1"