def trigger_simulation():
"""
Trigger a simulation for the given demo.
"""
response = weather_service.trigger_simulation(g.auth['guid'])
return Response(response,
status=200,
mimetype='application/json')
评论列表
文章目录