mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
comment adjustment
This commit is contained in:
parent
2442a58884
commit
f40c52cc17
|
@ -286,7 +286,7 @@ def scan_delete(taskid):
|
||||||
@get("/scan/<taskid>/log")
|
@get("/scan/<taskid>/log")
|
||||||
def scan_log(taskid):
|
def scan_log(taskid):
|
||||||
"""
|
"""
|
||||||
Read the informational log messages
|
Retrieve the log messages
|
||||||
"""
|
"""
|
||||||
if taskid not in tasks:
|
if taskid not in tasks:
|
||||||
abort(500, "Invalid task ID")
|
abort(500, "Invalid task ID")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user