aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-06 19:18:02 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-06 19:18:02 +0530
commit3b56c08850262e97edcf036bd995ed81079c288e (patch)
tree40252247c5693cd2e70a555629e9f2b415a86c86
parent45a829fec935894a641a21be285b5a5077267e3d (diff)
added debug line
-rw-r--r--app/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views.py b/app/views.py
index c4672c3..b9ab620 100644
--- a/app/views.py
+++ b/app/views.py
@@ -87,7 +87,7 @@ def dock_upload():
form = curieForm()
if request.method == 'POST' and form.validate_on_submit():
-
+ print("Recieved task: ",form.description.data)
description = form.description.data
target = form.target.data
ligand = form.ligand.data