Dashboard
PHP:
8.3.33
OS:
Linux
User:
mromeo99
/
/
opt
/
bart
/
bart_venv
/
bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: normalizer
#!/opt/bart/bart_venv/bin/python3.9 import sys from charset_normalizer.cli.normalizer import cli_detect if __name__ == '__main__': sys.argv[0] = sys.argv[0].removesuffix('.exe') sys.exit(cli_detect())
Save
Cancel