From e63b78254af510b7ca1b26c3d8d09d58cbf17c37 Mon Sep 17 00:00:00 2001 From: AlexP077 Date: Mon, 18 Sep 2023 22:12:54 +0300 Subject: [PATCH] PointStatusFix --- service/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):