support gmx.at mails
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user