Skip to content

Commit

Permalink
Fixed, not exiting after 'Library Not Available' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
f4lkensmaz3 authored and gkbrk committed Apr 30, 2023
1 parent e0a2da4 commit d121709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slowloris.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
logging.info("Using SOCKS5 proxy for connecting...")
except ImportError:
logging.error("Socks Proxy Library Not Available!")
sys.exit(1)

if args.verbose:
logging.basicConfig(
Expand Down

0 comments on commit d121709

Please sign in to comment.