From 3b56c08850262e97edcf036bd995ed81079c288e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 6 Jul 2020 19:18:02 +0530 Subject: added debug line --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3