log fix
This commit is contained in:
parent
668135d669
commit
4fea7833fb
2 changed files with 3 additions and 1 deletions
|
|
@ -145,7 +145,8 @@ class LinkedInJobManager:
|
|||
|
||||
|
||||
def write_to_file(self, job, file_name):
|
||||
pdf_path = Path(job.pdf_path).as_uri()
|
||||
pdf_path = Path(job.pdf_path).resolve()
|
||||
pdf_path = pdf_path.as_uri()
|
||||
data = {
|
||||
"company": job.company,
|
||||
"job_title": job.title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue