From 132e628f4ec5880ec0db7f67e685875848d78806 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Thu, 22 Feb 2024 07:14:29 -0800 Subject: [PATCH] Update comments --- kuow_fetcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kuow_fetcher.py b/kuow_fetcher.py index 0cd9eb2..df8b75f 100644 --- a/kuow_fetcher.py +++ b/kuow_fetcher.py @@ -123,7 +123,7 @@ with Session(engine) as session: article_record.last_updated_time.astimezone() != last_updated_time ) except NoResultFound: - # Is a new article, or at least one that doesn't match based on the link + # Is a new article article_record = KuowStory() process_article = True is_new_article = True @@ -157,7 +157,7 @@ with Session(engine) as session: except (NameError, TypeError): print("Could not find or load any tags from the 'tags' property") - # Remove duplicates + # Remove duplicate tags tags = list(set(tags)) additional_tag_string = ""