Working state
This commit is contained in:
@@ -15,11 +15,6 @@ INPUT_DIR = str(arg_path)
|
||||
if not arg_path.exists():
|
||||
sys.exit(f"Directory {INPUT_DIR} not found.")
|
||||
|
||||
import ftfy
|
||||
import ftfy
|
||||
|
||||
clean = ftfy.fix_text(text.replace("\x00", ""))
|
||||
|
||||
import json
|
||||
import ftfy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user