Skip to content

Commit

Permalink
Fixed import for duktech
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode committed Aug 30, 2023
1 parent e71f020 commit d24fc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/duktech.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# duktech > https://www.duk-tech.com/


from website_scraper_bs4 import BS4Scraper
from sites.website_scraper_bs4 import BS4Scraper

class duktechScrapper(BS4Scraper):

Expand Down Expand Up @@ -46,7 +46,7 @@ def format_data(self):
"""
for job_title, job_url in zip(self.job_titles, self.job_urls):
job_url = f"https://www.duk-tech.com{job_url}"
self.create_jobs_dict(job_title, job_url, "Romania", "Iasi")
self.create_jobs_dict(job_title, job_url, "România", "Iasi")

if __name__ == "__main__":
URL = 'https://www.duk-tech.com/'
Expand Down

0 comments on commit d24fc9c

Please sign in to comment.