[fix] readd hyperlink param

This commit is contained in:
Cullen Watson
2023-09-28 18:53:21 -05:00
parent bff39a2625
commit 008ca61e12
2 changed files with 2 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ def scrape_jobs(
"max_amount",
"currency",
"emails",
"job_url_hyper" if hyperlinks else "job_url",
"description",
]
jobs_formatted_df = jobs_df[desired_order]