Skip to content

Commit

Permalink
update relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
echenran committed Dec 18, 2017
1 parent 63ce522 commit b69f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/processaudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
WAV = "wav"
MP3 = "mp3"
PCM = "pcm"
VOKATURI = "./vokaturi"
VOKATURI = "../vokaturi"

class ProcessAudio(object):

Expand Down

0 comments on commit b69f7c5

Please sign in to comment.