added debug line

This commit is contained in:
Navan Chauhan 2020-07-06 19:18:02 +05:30
parent 45a829fec9
commit 3b56c08850
1 changed files with 1 additions and 1 deletions

View File

@ -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