Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boushrabettir committed Aug 5, 2024
1 parent 9b6c414 commit 7bb368b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ async def main():
discord_webhook, job_formatted_message, internship_formatted_message
)

# opps.update_opportunities_status(job_data_results)
# opps.update_opportunities_status(internship_data_results)
opps.update_opportunities_status(job_data_results)
opps.update_opportunities_status(internship_data_results)


if __name__ == "__main__":
Expand Down

0 comments on commit 7bb368b

Please sign in to comment.