Skip to content

Commit f5a33f8

Browse files
Update main.py (#59)
Signed-off-by: SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com> Signed-off-by: SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com>
1 parent 442bc72 commit f5a33f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

random_profile/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def full_profiles(self, num: int = None, gender: Gender = None) -> list:
252252

253253
profile['address'] = address
254254
profile['full_address'] = full_address
255-
profile['job_job_experience'] = job_experience
255+
profile['job_experience'] = job_experience
256256
profile['mother'] = mother
257257
profile['father'] = father
258258
profile['payment_card'] = card

0 commit comments

Comments
 (0)