Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hot-dong committed Jun 29, 2023
2 parents 4dceb33 + 95cdc9a commit 7f8eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/saramin/get_job_info_from_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_job_info_from_api(job_codes=None, job_type=None, education_lvl=None, loc
if not job_type:
del params['job_type']
if not education_lvl:
del params['edu_lvl']
del params['edu_lv']
if not location:
del params['loc-mcd']
if not keywords:
Expand Down

0 comments on commit 7f8eda1

Please sign in to comment.