mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-12 03:23:27 +00:00
comment adjustment
This commit is contained in:
parent
2442a58884
commit
f40c52cc17
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue