-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
abhishek:~/Desktop/work/gits/hide_my_python$ python3 ./hide_my_python.py -o hello.txt
Traceback (most recent call last):
File "./hide_my_python.py", line 61, in <module>
main()
File "./hide_my_python.py", line 46, in main
for proxy in parser.generate_proxy(args):
File "/home/abhishek/Desktop/work/gits/hide_my_python/parser.py", line 145, in generate_proxy
yield parse_proxy(proxy_html)
File "/home/abhishek/Desktop/work/gits/hide_my_python/parser.py", line 56, in parse_proxy
ip_port_html = regex.IP_PORT_HTML.search(proxy_html).group(0)
AttributeError: 'NoneType' object has no attribute 'group'
Metadata
Metadata
Assignees
Labels
No labels