Updated gitignore

This commit is contained in:
shibco 2024-01-30 12:47:40 +01:00
parent a357bde2b6
commit 249acdcbca
Signed by: shibco
SSH Key Fingerprint: SHA256:afBd6lcB2F0lNlnlFRW5zOoveOoCSO9i4DyL/3f47ac
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -21,4 +21,4 @@ with open(sys.argv[1], 'r') as f:
count += 1
result += text[prev:]
print(result, end='')
print(result, end='')