para editing to pass facematch

This commit is contained in:
Ox 2024-10-23 10:49:56 -03:00
parent 46acafd738
commit b7448b2c76

View File

@ -107,7 +107,7 @@ class Paravision(FaceClass):
def scores(self):
return '{ "status":0, "remark":"OK", "score":%d }' % self.match_score
return '{ "status":0, "threshold": 380, "device1_qual": 0.5, "device2_qual": 0.5, "remark":"OK", "score":%d }' % self.match_score