support gmx.at mails

This commit is contained in:
2024-06-14 19:37:29 +02:00
parent 387a7ad538
commit c5ed9d0834
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -14,6 +14,7 @@ class ContactPojo:
ip_country: str
ip_address: str
isp: str = None
ua: str = ""
def __repr__(self):
return "phone:{}, passport:{}, last_name:{}, first_name:{}, mail:{}, store:{}, ip_country:{},isp:{}".format(
@@ -30,6 +31,7 @@ class ContactPojo:
self.store = store
self.ip_country = ip_country
self.ip_address = ""
self.ua = ""
def __hash__(self):
return hash(self.mail)