mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 16:08:00 +09:00
Typo
This commit is contained in:
parent
a07873497d
commit
cab4d83fea
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Text2Speech(object):
|
||||||
# Skip voiceover geneartion if a track with the same name is used.
|
# Skip voiceover geneartion if a track with the same name is used.
|
||||||
# This might happen with "Track001" or "01. Intro" names for example.
|
# This might happen with "Track001" or "01. Intro" names for example.
|
||||||
if os.path.isfile(out_wav_path):
|
if os.path.isfile(out_wav_path):
|
||||||
print "Using eExisting", out_wav_path
|
print "Using existing", out_wav_path
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# ensure we deal with unicode later
|
# ensure we deal with unicode later
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue