mirror of https://github.com/Askill/slowloris.git
Update slowloris.py
Updated shebang to Google coding standards. The shebang formally pointed to "python", which usually refers to python2.7 on Linux systems. Now it uses "env" to find the Python3 interpreter.
This commit is contained in:
parent
0000a07395
commit
cdfe52ff05
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import logging
|
||||
import random
|
||||
|
|
|
|||
Loading…
Reference in New Issue