Skip to content

Commit 731fa74

Browse files
committed
todo is implemented, but still worth noting the logic
1 parent ea4ea37 commit 731fa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_latest(self):
5757
except Exception as e:
5858
logging.error("unable to fetch feed %s: %s", self.url, e)
5959
for e in feed.entries:
60-
# TODO: look up with url only, because there may be
60+
# note: look up with url only, because there may be
6161
# overlap bewteen feeds, especially when a large newspaper
6262
# has multiple feeds
6363
entry, created = Entry.get_or_create(url=e.link)

0 commit comments

Comments
 (0)