diff --git a/recruitment/src/recruitment/tools/linkedin.py b/recruitment/src/recruitment/tools/linkedin.py index aeb8275b..7c35709c 100644 --- a/recruitment/src/recruitment/tools/linkedin.py +++ b/recruitment/src/recruitment/tools/linkedin.py @@ -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)