carcigenicate

Results 2 issues of carcigenicate

When running with `-r`, `run_threads` is called with `None` as the second parameter. This causes `num_h0sts = len(h0sts)` to raise a `TypeError: object of type 'NoneType' has no len()` error...

We're using this on our backend, but ran into a simple case where it would be very handy to use on the frontend. I can't find any mention of why...