wrong name in docs
This commit is contained in:
parent
dfa3eb4442
commit
036f5b1c9b
1 changed files with 2 additions and 2 deletions
|
@ -487,9 +487,9 @@ class Client(object):
|
||||||
def import_srt(self, args):
|
def import_srt(self, args):
|
||||||
'''
|
'''
|
||||||
import srt as annotations, usage:
|
import srt as annotations, usage:
|
||||||
pandora_local ITEMID layername /path/to/transcript.srt
|
pandora_client ITEMID layername /path/to/transcript.srt
|
||||||
i.e.
|
i.e.
|
||||||
pandora_local ABC transcripts /path/to/transcript.srt
|
pandora_client ABC transcripts /path/to/transcript.srt
|
||||||
'''
|
'''
|
||||||
item = args[0]
|
item = args[0]
|
||||||
layer = args[1]
|
layer = args[1]
|
||||||
|
|
Loading…
Reference in a new issue