This commit is contained in:
TheToddLuci0 2022-09-06 12:25:51 -05:00 committed by GitHub
commit 04c991bdf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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