create method go get not used contacts

This commit is contained in:
Lei PAN
2024-06-26 21:17:15 +02:00
parent 2acff3d7a4
commit 9e9d6b666e
2 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class ReserveResultPojo:
ua = ""
def __hash__(self):
return hash("{}_{}_{}_{}_{}".format(self.mail, self.first_name, self.last_name, self.phone, self.passport))
return hash("{}".format(self.mail))
@staticmethod
def from_firestore_dict(source):