I'm running this on an old laptop and am getting the following error
Traceback (most recent call last):
File "./altdns.py", line 158, in
t.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
_start_new_thread(self.bootstrap, ())
thread.error: can't start new thread
Exception in thread Thread-378:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.target(_self.__args, *_self.kwargs)
File "./altdns.py", line 115, in get_cname
progress += 1
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'
I'm running this on an old laptop and am getting the following error
Traceback (most recent call last): File "./altdns.py", line 158, in
t.start()
File "/usr/lib/python2.7/threading.py", line 736, in start
_start_new_thread(self.bootstrap, ())
thread.error: can't start new thread
Exception in thread Thread-378:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.target(_self.__args, *_self.kwargs)
File "./altdns.py", line 115, in get_cname
progress += 1
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'