Skip to content

Commit

Permalink
Converter URI
Browse files Browse the repository at this point in the history
  • Loading branch information
tooxie committed Oct 8, 2013
1 parent 47cc3ce commit 2407650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiva/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Converter(object):
"""

CONVERSION_URI = '/track/%s/convert?%s'
CONVERSION_URI = '/tracks/%s/convert?%s'

def __init__(self, track, mimetype):
self.track = track
Expand Down

0 comments on commit 2407650

Please sign in to comment.