Skip to content

Commit 0211eb7

Browse files
update linkedin search jobs formula error messages
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
1 parent 0434f27 commit 0211eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkedin/search/jobs/src/formula/formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(city, profession, send_email, email_receiver, sendgrid_api_key, sendgrid
5757
def generate_csv_file(csv_filename, job, city, links):
5858
try:
5959
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")
60+
print(f"\033[1;36m\n⚠️ Couldn't extract job links list from LinkedIn, try again later!\033[0m")
6161

6262
else:
6363
print(f'\033[1;33m\n🕵️ There are {len(links)} available {job} jobs in {city.capitalize()}.\n\033[0m')

0 commit comments

Comments
 (0)