Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Fix bad cache naming on .images
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 20, 2014
1 parent 83fe311 commit f1604dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storytracker/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def get_images(self, force=False):
Set the `force` kwargs to True to regenerate it from scratch.
"""
# If we already have the list, return it
if self._hyperlinks and not force:
return self._hyperlinks
if self._images and not force:
return self._images

# Target the <body> tag if it exists since
# we don't care what's in the <head>
Expand Down

0 comments on commit f1604dc

Please sign in to comment.