Skip to content

Commit

Permalink
add missing parent
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed Feb 19, 2023
1 parent bd34d17 commit 5020411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/gregory/feedreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def do(self):
published = parse(entry['published'])
else:
published = parse(entry['prism_coverdate'])
link = remove_utm(entry['link'])
link = greg.remove_utm(entry['link'])
###
# This is a bad solution but it will have to do for now
###
Expand Down

0 comments on commit 5020411

Please sign in to comment.