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

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 28, 2014
1 parent c5fc4d5 commit 0caceb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urlarchivefield/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def _get_archive_obj(self):
Returns a storytracker object by rebuilding it out of the archive.
"""
return storytracker.ArchivedURL(
self.archive_url,
self.archive_timestamp,
self.archive_url,
self.archive_timestamp,
self.archive_html
)
archive_obj = property(_get_archive_obj)
Expand Down

0 comments on commit 0caceb7

Please sign in to comment.