🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    normalizer
    1  -#!/home/morpheus/gpt_vuln_analyzer/vuln_analyzer/bin/python
    2  -# -*- coding: utf-8 -*-
    3  -import re
    4  -import sys
    5  -from charset_normalizer.cli.normalizer import cli_detect
    6  -if __name__ == '__main__':
    7  - sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    8  - sys.exit(cli_detect())
    9  - 
Please wait...
Page is in error, reload to recover