pin added

This commit is contained in:
CHIEFSOFT\ameye
2025-02-06 15:14:36 -05:00
parent 4d0c183a85
commit a6f8837551
+1
View File
@@ -95,6 +95,7 @@ def salary_demousers():
"bvn": '8315000'+str( random.randint(1000, 9999) ),
"email": 'demo+'+ names.get_first_name() +'@chiefsoft.net' ,
"current_loans" : [],
"pin": random.randint(1100, 9999) ,
"salary_account": random.randint(0, 1)
}
dList.append(new_l)