log fix
This commit is contained in:
parent
668135d669
commit
4fea7833fb
2 changed files with 3 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -158,6 +158,7 @@ def create_and_run_bot(email: str, password: str, parameters: dict, openai_api_k
|
|||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
resume_generator_manager.choose_style()
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
|
||||
job_application_profile_object = JobApplicationProfile(plain_text_resume)
|
||||
|
||||
browser = init_browser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue