diff --git a/cover_letter_autofill_job.py b/cover_letter_autofill_job.py index 2846370..730f5e6 100644 --- a/cover_letter_autofill_job.py +++ b/cover_letter_autofill_job.py @@ -42,6 +42,7 @@ def main(): print(f'Cover letter: {cover_letter}') def make_cover_letter_for_job(job_title, company_name, hiring_manager_name, job_requirement_1, job_requirement_2, job_or_company_attractive_feature): + hiring_manager_name = "Hiring Manager" if hiring_manager_name == "" else hiring_manager_name return f"Application for {job_title} Position", f""" Dear {hiring_manager_name},