Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LinkedInt.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def authenticate():
sys.exit("[!] Unable to login to LinkedIn.com")
print("[*] Obtained new session")
cookies = dict(li_at=session)
except Exception:
except Exception as e:
sys.exit("[!] Could not authenticate to linkedin. %s" % e)
return cookies

Expand Down