We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0434f27 commit 0211eb7Copy full SHA for 0211eb7
linkedin/search/jobs/src/formula/formula.py
@@ -57,7 +57,7 @@ def run(city, profession, send_email, email_receiver, sendgrid_api_key, sendgrid
57
def generate_csv_file(csv_filename, job, city, links):
58
try:
59
if len(links) == 0:
60
- print(f"\033[1;36m\n⚠️ Couldn't extract job links list from LinkedIn, try again later! {err}\033[0m")
+ print(f"\033[1;36m\n⚠️ Couldn't extract job links list from LinkedIn, try again later!\033[0m")
61
62
else:
63
print(f'\033[1;33m\n🕵️ There are {len(links)} available {job} jobs in {city.capitalize()}.\n\033[0m')
0 commit comments