From 628b970ba0812b9cda05c0cc9d6473eece28f923 Mon Sep 17 00:00:00 2001 From: Vincent Yiu Date: Sat, 1 May 2021 01:47:17 +0800 Subject: [PATCH] Temp fix --- LinkedInt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinkedInt.py b/LinkedInt.py index 432706c..e841e33 100644 --- a/LinkedInt.py +++ b/LinkedInt.py @@ -215,7 +215,7 @@ def get_search(): data_lastname = c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['lastName'] data_slug = "https://www.linkedin.com/in/%s" % c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['publicIdentifier'] data_occupation = c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['occupation'] - data_location = c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['location'] + data_location = "" #c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['location'] try: data_picture = "%s%s" % (c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['picture']['com.linkedin.common.VectorImage']['rootUrl'],c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['picture']['com.linkedin.common.VectorImage']['artifacts'][2]['fileIdentifyingUrlPathSegment']) except: