trustedsec/artillery

Indent level wrong in src/core.py lines 501,502

chobbs42 opened this issue · 1 comments

The indent level is wrong in lines 501-502 of src/core.py, causing program failure. Fix is to remove two leading spaces on each line.

Fixed, thanks!