Skip to content

Commit

Permalink
new absolute support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 18, 2017
1 parent e9129f7 commit 0b5e3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/budy/models/media.py
Expand Up @@ -226,6 +226,6 @@ def thumbnail_s(
def view_url(self, absolute = False):
return self.owner.url_for(
"media_api.data",
absolute = absolute,
id = self.id
id = self.id,
absolute = absolute
)

0 comments on commit 0b5e3e9

Please sign in to comment.