From 4d0c183a858783f0773fb561ce11cc6a6c9d239b Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 6 Feb 2025 14:45:02 -0500 Subject: [PATCH] get_first_name --- app/app.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) }