mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor style update
This commit is contained in:
parent
3c23d616e7
commit
483158c371
|
@ -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 New Issue
Block a user