johan/add-api #7

Merged
johan.le.baut merged 17 commits from johan/add-api into master 2023-02-28 22:32:35 +01:00
Showing only changes of commit 461550c544 - Show all commits

View file

@ -48,7 +48,8 @@ class Liazo:
idImm = building.get("ref")
if buildings.get(idImm):
buildings[idImm]["fdnEligStatus"] = fdnEligStatus
buildings[idImm]["etat_imm_priority"] = 4
if buildings[idImm]["etat_imm_priority"] > 4:
buildings[idImm]["etat_imm_priority"] = 4
if buildings[idImm].get("found_in"):
buildings[idImm]["found_in"].append("liazo")
else: