[mod] pylint: numerous minor code fixes
This commit is contained in:
@@ -81,7 +81,7 @@ def response(resp):
|
||||
pass
|
||||
|
||||
if len(content) > 300:
|
||||
content = content[0:300] + "..."
|
||||
content = content[0:300] + "..."
|
||||
# TODO: center snippet on query term
|
||||
|
||||
res_dict = {'url': url,
|
||||
|
||||
Reference in New Issue
Block a user