Skip to content

Commit

Permalink
update ashby_company_for_source
Browse files Browse the repository at this point in the history
  • Loading branch information
adgramigna committed Dec 15, 2023
1 parent 14225e4 commit ff9c13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion job_board_scraper/get_ashby_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class Team(Struct):
ashby_company = ashby_url.split("/")[-1].replace(
"%20", " "
) # For The Browser Company
ashby_company_for_source = ashby_url.split("/")[-1]

variables = {"organizationHostedJobsPageName": ashby_company}

Expand All @@ -157,7 +158,7 @@ class Team(Struct):
full_s3_json_path = (
"s3://" + os.environ.get("RAW_HTML_S3_BUCKET") + "/" + s3_json_path
)
ashby_job_board_source = f"https://jobs.ashbyhq.com/{ashby_company}"
ashby_job_board_source = f"https://jobs.ashbyhq.com/{ashby_company_for_source}"

response = requests.request(
"POST",
Expand Down

0 comments on commit ff9c13b

Please sign in to comment.