Update speedyf/main.py
This commit is contained in:
parent
73cd3a06a7
commit
98c8d37724
@ -21,4 +21,7 @@ def new_job():
|
||||
def job_status():
|
||||
job_id = request.args.get('job_id')
|
||||
job_info = job_manager.get_job_status(job_id)
|
||||
return jsonify(job_info), 200
|
||||
return jsonify(job_info), 200
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
Loading…
Reference in New Issue
Block a user