diff --git a/random_profile/main.py b/random_profile/main.py index f76c159..8c1a7a7 100644 --- a/random_profile/main.py +++ b/random_profile/main.py @@ -252,7 +252,7 @@ def full_profiles(self, num: int = None, gender: Gender = None) -> list: profile['address'] = address profile['full_address'] = full_address - profile['job_job_experience'] = job_experience + profile['job_experience'] = job_experience profile['mother'] = mother profile['father'] = father profile['payment_card'] = card