Traceback (most recent call last): File "dark.py", line 197, in <module> host = m.group(1) AttributeError: 'NoneType' object has no attribute 'group' I`m using python2 but most of the scripts having same problem
Traceback (most recent call last):
File "dark.py", line 197, in
host = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
I`m using python2 but most of the scripts having same problem