Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb0044b

Browse files
committed
Minor beauty patch
1 parent fdad787 commit cb0044b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/controller/controller.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from lib.controller.checks import heuristicCheckSqlInjection
2121
from lib.controller.checks import identifyWaf
2222
from lib.core.agent import agent
23+
from lib.core.common import dataToStdout
2324
from lib.core.common import extractRegexResult
2425
from lib.core.common import getFilteredPageContent
2526
from lib.core.common import getPublicTypeMembers
@@ -352,6 +353,7 @@ def start():
352353
if not test or test[0] in ("y", "Y"):
353354
pass
354355
elif test[0] in ("n", "N"):
356+
dataToStdout(os.linesep)
355357
continue
356358
elif test[0] in ("q", "Q"):
357359
break

0 commit comments

Comments
 (0)