can read mails and send appointment request

This commit is contained in:
2025-06-11 16:30:47 +02:00
parent 4d493a3e92
commit bcab7f40c0
10 changed files with 97 additions and 34 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ class LinkPojo():
def from_firestore_dict(source):
updated_at = source['updated_at']
email = source['email']
model = source['model']
model = ""
if 'model' in source:
model = source['model']
serial = source['serial']
url = source['url']
ip_country = "FR"