I know this repeated but
AttributeError: 'NoneType' object has no attribute 'join' this is a clone from about 10-20mins ago and its throwing that ? got any idea how to fix it ?
code was updated 8mins ago that should fix it, (was an issue with trying to join a thread that didnt exist)
Just pulled the latest and
File "spawn.py", line 131 for j in range(5) ^ SyntaxError: invalid syntax
^^^ I happen to be up and got the same thing you did when trying to start spawn.py
woops, fixed that
Thanks for fixing that TBTerra, quick question is there a way i could make it do my whole town ?
the scan handler should be able to take arbitrarily sized scans, they will just take a long time, i would however suggest starting with something small to test that it works
`Exception in thread Thread-7: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(_self.__args, *_self.__kwargs) File "spawn.py", line 143, in worker print 'worker {} is doing {} pass'.format(wid,num2words[6]) IndexError: list index out of range
Happened to all threads running`
woops, another stupid error (asking for index 6 in a 6 element list[the list has indexes 0-5]), fixed it.
im really sorry you are the one to keep finding these errors
Well, i normally am the breaker of things ^_^