Skip to content

Commit

Permalink
Merge pull request #1 from ItaloGustavoS/patch-2
Browse files Browse the repository at this point in the history
Added the scrapped Profile URL to the result
  • Loading branch information
ItaloGustavoS authored Sep 11, 2024
2 parents fb5e4ca + 86269bd commit ac276a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recruitment/src/recruitment/tools/linkedin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def _format_publications_to_text(self, people):
"-------------",
p['name'],
p['position'],
p['location']
p['location'],
p["profile_link"],
]) for p in people]
result = "\n\n".join(result)

Expand Down

0 comments on commit ac276a8

Please sign in to comment.