del preset after process

This commit is contained in:
Kibzik
2023-05-29 13:31:18 +03:00
parent e9391081ff
commit e1e3a01da4

View File

@@ -168,7 +168,7 @@ class BookSolver:
self.status_wrapper.set_processing()
content_dict: Dict[str, List[Dict[Union[str, List]]]] = self.get_converted_book()
[os.remove(path) for path in [self.book_path,
self.preset_path
# self.preset_path
]]
self.book_logger.log("Beginning of processing .json output.")
self.status_wrapper.set_generating()