mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +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")
|
||||
def scan_log(taskid):
|
||||
"""
|
||||
Read the informational log messages
|
||||
Retrieve the log messages
|
||||
"""
|
||||
if taskid not in tasks:
|
||||
abort(500, "Invalid task ID")
|
||||
|
|
Loading…
Reference in New Issue
Block a user