📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 14:48:11
📂
/
/
opt
/
cloudlinux
/
venv
/
bin
✏️
Editing: normalizer
#!/opt/cloudlinux/venv/bin/python3 import sys from charset_normalizer.cli.normalizer import cli_detect if __name__ == '__main__': if sys.argv[0].endswith('.exe'): sys.argv[0] = sys.argv[0][:-4] sys.exit(cli_detect())
💾 Save Changes
❌ Cancel