Skip to content

Commit

Permalink
Update notice_validation_workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Oct 10, 2022
1 parent 877b389 commit b099f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dags/notice_validation_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def notice_daily_validation_workflow():
)
def validate_fetched_notices():
publication_date = get_notice_publication_date()
print(publication_date)
mongodb_client = MongoClient(config.MONGO_DB_AUTH_URL)
validate_and_update_daily_supra_notice(notice_publication_day=publication_date,
mongodb_client=mongodb_client
Expand Down

0 comments on commit b099f17

Please sign in to comment.