This commit is contained in:
Arthur ZHU 2022-02-25 10:40:51 +01:00
parent 117764d3da
commit 46eb1185d6
1 changed files with 1 additions and 1 deletions

View File

@ -195,4 +195,4 @@ def verif_entreprise_data(entreprise_data):
entreprise = Entreprise.query.filter_by(siret=siret).first()
if entreprise is not None:
return False
return True
return True