Skip to content

Commit

Permalink
Changed finished to status
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Jun 3, 2022
1 parent 941235d commit 118e2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/rest_api_gcbm/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def gcbm_dynamic():
)
thread.start()
# subscriber_path = create_topic_and_sub(title)
return {"status": "Run started"}, 200
return {"Status": "Run started"}, 200


def launch_run(title, project_dir):
Expand Down

0 comments on commit 118e2cc

Please sign in to comment.