Skip to content

Commit

Permalink
Update minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
boushrabettir committed Oct 12, 2023
1 parent 0cb9d9f commit 6b7f174
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
async def execute_opportunities_webhook(
webhook_url: str, job_message: str, internship_message: str
):

"""
Executes the message which receives the formatted message
from the format_opportunities() function as well as the webhook
Expand Down Expand Up @@ -106,9 +105,8 @@ async def main():
opps.ingest_opportunities(filtered_job_opps)

# Consolidates all job-related opportunities into a comprehensive List[Opportunity], eliminating repetitive calls to the LLM SERVER.
internship_opps = utils.merge_all_opportunity_data(
request_linkedin_internship24_data()

internship_opps = ut.merge_all_opportunity_data(
request_linkedin_internship24_data(), request_github_internship24_data()
)

filtered_internship_opps = gpt_job_analyze(
Expand Down

0 comments on commit 6b7f174

Please sign in to comment.