aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-01 15:40:09 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-01 15:40:09 +0530
commita309a4607aa2aba63ea15c9aa9d9c7a7f2e99551 (patch)
tree31d177d76ed11ed6e6194169bef132aca8a60305
parente69e058f6b9bfce0261fabf2713e6dec9ecd5bfb (diff)
hmm
-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))