Skip to content

Commit

Permalink
todo is implemented, but still worth noting the logic
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jan 16, 2017
1 parent ea4ea37 commit 731fa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_latest(self):
except Exception as e:
logging.error("unable to fetch feed %s: %s", self.url, e)
for e in feed.entries:
# TODO: look up with url only, because there may be
# note: look up with url only, because there may be
# overlap bewteen feeds, especially when a large newspaper
# has multiple feeds
entry, created = Entry.get_or_create(url=e.link)
Expand Down

0 comments on commit 731fa74

Please sign in to comment.