Skip to content

Commit

Permalink
Updated, remove pycache.
Browse files Browse the repository at this point in the history
  • Loading branch information
boushrabettir committed Aug 5, 2024
1 parent 6ae32d2 commit 02ea407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def blueprint_opportunity_formatter(
days_needed = 0 # Default to 0 or handle as needed

internship_list = []

for elem in div:
company = elem.find(class_=company_elem).text.strip()
if not BlockList().is_blacklisted_company(company):
Expand Down

0 comments on commit 02ea407

Please sign in to comment.