added debug line
This commit is contained in:
parent
45a829fec9
commit
3b56c08850
|
@ -87,7 +87,7 @@ def dock_upload():
|
||||||
form = curieForm()
|
form = curieForm()
|
||||||
|
|
||||||
if request.method == 'POST' and form.validate_on_submit():
|
if request.method == 'POST' and form.validate_on_submit():
|
||||||
|
print("Recieved task: ",form.description.data)
|
||||||
description = form.description.data
|
description = form.description.data
|
||||||
target = form.target.data
|
target = form.target.data
|
||||||
ligand = form.ligand.data
|
ligand = form.ligand.data
|
||||||
|
|
Loading…
Reference in New Issue