Skip to content
Snippets Groups Projects
Commit fa0af0bc authored by philip.roeggla's avatar philip.roeggla
Browse files

rm slice

parent f2fc3be0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ async def extract(input_file: str, output_folder: str) -> typing.NoReturn:
+ datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S"))
)
converter = FromAlmaOutputToExcel(input_file, output_path.absolute(), slice(None, 2, 1))
converter = FromAlmaOutputToExcel(input_file, output_path.absolute(), slice(None, None, 1))
await converter.runasync()
await converter.close()
converter.write()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment