mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01: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…
Reference in a new issue