Skip to content

Commit

Permalink
Bugfix, link pointing to json
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 10, 2016
1 parent da421bb commit dab31eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caravel/models.py
Expand Up @@ -191,6 +191,7 @@ def slice_url(self):
logging.exception(e)
slice_params = {}
slice_params['slice_id'] = self.id
slice_params['json'] = "false"
slice_params['slice_name'] = self.slice_name
from werkzeug.urls import Href
href = Href(
Expand Down

0 comments on commit dab31eb

Please sign in to comment.