removed unnecessary brackets
This commit is contained in:
2
corsy.py
2
corsy.py
@@ -61,7 +61,7 @@ else:
|
|||||||
|
|
||||||
|
|
||||||
# PIPE output from other tools such as httprobe etc
|
# PIPE output from other tools such as httprobe etc
|
||||||
if ( sys.stdin.isatty()):
|
if sys.stdin.isatty():
|
||||||
urls = create_url_list(target, inp_file)
|
urls = create_url_list(target, inp_file)
|
||||||
else:
|
else:
|
||||||
urls = create_stdin_list(target, sys.stdin)
|
urls = create_stdin_list(target, sys.stdin)
|
||||||
|
|||||||
Reference in New Issue
Block a user