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 a386897 + ff92dd9 commit cef92de
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 @@ -28,7 +28,7 @@ def get_job_info_from_api(job_codes=None, job_type=None, education_lvl=None, loc
if not education_lvl:
del params['edu_lv']
if not location:
del params['loc-mcd']
del params['loc_mcd']
if not keywords:
del params['keywords']

Expand Down

0 comments on commit cef92de

Please sign in to comment.