* Fix small bug from curl 404 output This PR fixes a small bug from when `curl` receives an `HTTP 404` from the web server and the error code is non-zero (in this case `22`). This handles that case in the if statement. There may other error codes that `curl` throws, HTTP-wise, that you may want to catch in the future as well but I didn't run into them. * Update main.py Fixed small logic bug. Co-authored-by: Tib3rius <48113936+Tib3rius@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| default-plugins | ||
| __init__.py | ||
| config.py | ||
| config.toml | ||
| global.toml | ||
| io.py | ||
| main.py | ||
| plugins.py | ||
| targets.py | ||