Skip to content

Commit

Permalink
Added careerscenter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode committed Aug 5, 2023
1 parent 027469b commit 03314d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/careerscenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def format_data(self):

if __name__ == "__main__":
URL = 'https://www.careerscenter.ro/jobs/page/'
URL_LOGO = 'https://www.careerscenter.ro/wp-content/themes/careerscenter/img/careerscenter.png'
URL_LOGO = 'https://raw.githubusercontent.com/peviitor-ro/firme-peviitor/main/assets/careerscenter1.PNG'
company_name = 'careerscenter'
careerscenter = careerscenterScrapper(company_name, URL, URL_LOGO)
careerscenter.scrape_jobs()
Expand Down

0 comments on commit 03314d3

Please sign in to comment.