diff --git a/app/app.py b/app/app.py index 6dc569e..c519ea4 100644 --- a/app/app.py +++ b/app/app.py @@ -89,10 +89,11 @@ def salary_demousers(): new_l = { "uid":"425611f2-c692-4404-b93d-76ca7a5ce7"+str(x), "name": names.get_full_name() , - "added": calDate, "offers":random.randint(1, 4), + "added": calDate, + "offers":random.randint(1, 4), "mobile": '801-000-'+str( random.randint(1000, 9999) ) , "bvn": '8315000'+str( random.randint(1000, 9999) ), - "email": 'jerry@example.com' , + "email": 'demo+'+ names.get_first_name() +'@chiefsoft.net' , "current_loans" : [], "salary_account": random.randint(0, 1) }