cofing problem fixed, i hope :)

This commit is contained in:
feder-cr 2024-08-23 15:11:44 +01:00
parent 4fea7833fb
commit 74f9f18150
2 changed files with 18 additions and 8 deletions

View file

@ -142,8 +142,6 @@ class LinkedInJobManager:
self.write_to_file(job, "failed")
continue
def write_to_file(self, job, file_name):
pdf_path = Path(job.pdf_path).resolve()
pdf_path = pdf_path.as_uri()