This commit is contained in:
Jamie Hardt
2021-06-03 20:47:27 -07:00
parent 784699050a
commit 55e19a3b8d
5 changed files with 21 additions and 59 deletions

View File

@@ -139,7 +139,6 @@ def convert(input_file, output_format='fmpxml',
output.write(MyEncoder().encode(session))
else:
compiler = TagCompiler()
compiler.session = session
compiled_events = list(compiler.compile_events())