summaryrefslogtreecommitdiff
path: root/subsync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subsync.py')
-rw-r--r--subsync.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/subsync.py b/subsync.py
index 56f85db..60041e1 100644
--- a/subsync.py
+++ b/subsync.py
@@ -238,8 +238,6 @@ if __name__ == '__main__':
index = None
for mkv in mkvs:
index = extract_eng_subs(mkv, index)
- # index = extract_eng_subs(mkvs[0])
- # pool.starmap(extract_eng_subs, [(x, index) for x in mkvs])
print("English Sub Extraction Complete.")
fix_styling()
pool.starmap(retime, zip(mkvs, srts, [CONF] * len(mkvs)))