X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Fviews.py;h=6c8fdabf26d5febc7f7e49fde7221bdbb621355e;hp=6f0f0f701fed8dca4047bc50523e1ba902962479;hb=db4bc587490d671a32be94c0c970e97ee71cad1a;hpb=52b096caf305aa544dadaee88d0fb893ea65021d diff --git a/chloro/phyll/views.py b/chloro/phyll/views.py index 6f0f0f7..6c8fdab 100644 --- a/chloro/phyll/views.py +++ b/chloro/phyll/views.py @@ -123,7 +123,6 @@ class AtomFeed(Feed): return item.text def item_guid(self, item): - legacy_id = None for tag in item.tags.all(): if tag.name.startswith('old-post-id-'): return 'http://www.0d.be/posts/%s' % tag.name.split('-')[-1]