mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-16 05:13:22 +01:00
Minor style update
This commit is contained in:
parent
3c23d616e7
commit
483158c371
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ def task_new():
|
|||
taskid = hexencode(os.urandom(8))
|
||||
DataStore.tasks[taskid] = Task(taskid)
|
||||
|
||||
logger.debug(" [%s] Created new task" % taskid)
|
||||
logger.debug("Created new task: '%s'" % taskid)
|
||||
return jsonize({"success": True, "taskid": taskid})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue