CaliDog / Axeman

Axeman is a utility to retrieve certificates from Certificate Transparency Lists (CTLs)
MIT License
217 stars 71 forks source link

Added type=int to concurrency_count #1

Closed ddworken closed 7 years ago

ddworken commented 7 years ago

Currently if try to run it with a custom concurrency_count it will crash on line 104 because concurrency_count is a string.

Fitblip commented 7 years ago

Woops! Good catch, and thanks for the PR! :)

ddworken commented 7 years ago

Thanks, cool project by the way!

Fitblip commented 7 years ago

FYI I pushed the updated version to pypi, so you should be able to just pip install --upgrade axeman and life should be good!

Thanks also for the kind words :)