generate random address for contact to register
This commit is contained in:
@@ -16,9 +16,9 @@ class ContactPojo:
|
|||||||
isp: str = None
|
isp: str = None
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "phone:{}, passport:{}, last_name:{}, first_name:{}, mail:{}, store:{}, ip_country:{}, ip_address:{},isp:{}".format(
|
return "phone:{}, passport:{}, last_name:{}, first_name:{}, mail:{}, store:{}, ip_country:{},isp:{}".format(
|
||||||
self.phone, self.passport, self.last_name, self.first_name, self.mail, self.store, self.ip_country,
|
self.phone, self.passport, self.last_name, self.first_name, self.mail, self.store, self.ip_country,
|
||||||
self.ip_address, self.isp)
|
self.isp)
|
||||||
|
|
||||||
def __init__(self, phone_number: str, passport_number: str, last_name: str, first_name: str, mail: str, store: str,
|
def __init__(self, phone_number: str, passport_number: str, last_name: str, first_name: str, mail: str, store: str,
|
||||||
ip_country="FR"):
|
ip_country="FR"):
|
||||||
|
|||||||
Reference in New Issue
Block a user