diff --git a/service/service.py b/service/service.py index 66e226f..b5fe8ee 100644 --- a/service/service.py +++ b/service/service.py @@ -72,7 +72,7 @@ class PointService: category=cat, geometry=wkt, sample_trn=False, is_vis=True, matching_status=MatchingStatus.New.name, - status=PointStatus.Pending) + status=PointStatus.Pending.name) return total, matched, problem def make_enrichment(self):