aboutsummaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api.py')
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index c50c97d..9b83c7d 100644
--- a/api.py
+++ b/api.py
@@ -39,4 +39,4 @@ def get_status(job_id: str):
return {"job_id":r[0],"Protein Name":r[1],"Ligand Name":r[2],"Submitted On":r[3],"Job Description":r[4],"Job Status":r[5]}
-app.mount("/", WSGIMiddleware(flask_app)) \ No newline at end of file
+app.mount("/", WSGIMiddleware(flask_app))