Merge branch 'main' into v2
This commit is contained in:
commit
e54d440af8
@ -10,7 +10,6 @@ Join our **Telegram community** for:
|
|||||||
|
|
||||||
📲 **[Join now!](https://t.me/AIhawkCommunity)**
|
📲 **[Join now!](https://t.me/AIhawkCommunity)**
|
||||||
|
|
||||||
#Networking #JobOpportunities #ResumeTips #AIhawkSupport #CareerSupport
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
1. [Introduction](#introduction)
|
1. [Introduction](#introduction)
|
||||||
|
@ -172,7 +172,7 @@ class LinkedInJobManager:
|
|||||||
url_parts = []
|
url_parts = []
|
||||||
if parameters['remote']:
|
if parameters['remote']:
|
||||||
url_parts.append("f_CF=f_WRA")
|
url_parts.append("f_CF=f_WRA")
|
||||||
experience_levels = [str(i+1) for i, v in enumerate(parameters.get('experienceLevel', [])) if v]
|
experience_levels = [str(i+1) for i, (level, v) in enumerate(parameters.get('experienceLevel', {}).items()) if v]
|
||||||
if experience_levels:
|
if experience_levels:
|
||||||
url_parts.append(f"f_E={','.join(experience_levels)}")
|
url_parts.append(f"f_E={','.join(experience_levels)}")
|
||||||
url_parts.append(f"distance={parameters['distance']}")
|
url_parts.append(f"distance={parameters['distance']}")
|
||||||
|
Loading…
Reference in New Issue
Block a user