Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f40c52c

Browse files
committed
comment adjustment
1 parent 2442a58 commit f40c52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/restapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def scan_delete(taskid):
286286
@get("/scan/<taskid>/log")
287287
def scan_log(taskid):
288288
"""
289-
Read the informational log messages
289+
Retrieve the log messages
290290
"""
291291
if taskid not in tasks:
292292
abort(500, "Invalid task ID")

0 commit comments

Comments
 (0)