diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views.py | 2 |
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 |