Skip to content
Draft
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: 0 additions & 2 deletions linkedin.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def getJobProperties(self, count: int) -> str:
jobDetail += "(blacklisted company: " + ' '.join(res) + ")"
except Exception as e:
if (config.displayWarnings):
print(e)
utils.prYellow("⚠️ Warning in getting jobDetail: " + str(e)[0:100])
jobDetail = ""

Expand All @@ -348,7 +347,6 @@ def getJobProperties(self, count: int) -> str:

except Exception as e:
if (config.displayWarnings):
print(e)
utils.prYellow("⚠️ Warning in getting jobLocation: " + str(e)[0:100])
jobLocation = ""

Expand Down