Updated gitignore
This commit is contained in:
parent
a357bde2b6
commit
249acdcbca
@ -1,6 +1,5 @@
|
||||
# NDC Content Tools
|
||||
|
||||
Things to make our lives easier.
|
||||
Small command line tools to make our authoring lives easier.
|
||||
|
||||
## Import-Transcripts.js
|
||||
Converts valid .srt files into NDC compatible transcripts. Requires Node.js
|
||||
|
@ -21,4 +21,4 @@ with open(sys.argv[1], 'r') as f:
|
||||
count += 1
|
||||
|
||||
result += text[prev:]
|
||||
print(result, end='')
|
||||
print(result, end='')
|
Loading…
Reference in New Issue
Block a user