routes --> remove print line

main
jgenero 3 years ago
parent f4234df30e
commit 3d037d35ea

@ -96,7 +96,6 @@ def acte(house=None, prince=None, acte_id=None):
Institution.id_institution == doc[0][1])] Institution.id_institution == doc[0][1])]
prince_name = [t.name_indiv for t in Individual.select().where( prince_name = [t.name_indiv for t in Individual.select().where(
Individual.id_indiv == prince)] Individual.id_indiv == prince)]
print(prince_name)
# if the acte if in another house's folder, # if the acte if in another house's folder,
# change <house> according to the begining of filename # change <house> according to the begining of filename

Loading…
Cancel
Save