Skip to content

Commit

Permalink
Removed the printing of jobs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode committed Oct 6, 2023
1 parent ab09aa2 commit a87fea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/website_scraper_bs4.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ def send_to_viitor(self):
api_load = UpdatePeviitorAPI(self.company_name, self.formatted_data)
api_load()
update_logo(self.company_name, self.logo_url)
print(json.dumps(self.formatted_data, indent=4, sort_keys=True))
# print(json.dumps(self.formatted_data, indent=4, sort_keys=True))

0 comments on commit a87fea5

Please sign in to comment.