mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
some fixes
This commit is contained in:
parent
16a06117f7
commit
b313a20a3f
6 changed files with 10 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ import time
|
|||
|
||||
from lib.core.common import calculateDeltaSeconds
|
||||
from lib.core.common import dataToSessionFile
|
||||
from lib.core.common import dataToStdout
|
||||
from lib.core.common import safeStringFormat
|
||||
from lib.core.common import randomStr
|
||||
from lib.core.common import replaceNewlineTabs
|
||||
|
|
@ -129,7 +130,7 @@ def resume(expression, payload):
|
|||
else:
|
||||
infoMsg += logValue
|
||||
|
||||
logger.info(infoMsg)
|
||||
dataToStdout("[%s] [INFO] %s\n" % (time.strftime("%X"), infoMsg))
|
||||
|
||||
return resumedValue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue