Skip to content

Commit 2773aa1

Browse files
committed
Rather than pass, continue to next option
1 parent 843b3ab commit 2773aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xssless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def xss_gen(requestList, settingsDict):
413413

414414
for option in sys.argv[1:]:
415415
if option == "-s":
416-
pass
416+
continue
417417
if option == "-h":
418418
if showlogo:
419419
print logo

0 commit comments

Comments
 (0)