get_first_name

This commit is contained in:
CHIEFSOFT\ameye
2025-02-06 14:45:02 -05:00
parent ab65b2eccc
commit 4d0c183a85
+3 -2
View File
@@ -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)
}