mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-24 12:02:36 +03:00
fixes #7
This commit is contained in:
parent
aa0d688109
commit
21bf353265
@ -533,7 +533,7 @@ def cheat_wrapper(query, request_options=None, html=False):
|
||||
if highlight:
|
||||
result += "\n%s%s %s %s%s\n" % (colored.bg('dark_gray'), colored.attr("res_underlined"), topic, colored.attr("res_underlined"), colored.attr('reset'))
|
||||
else:
|
||||
result += "[%s]" % topic
|
||||
result += "\n[%s]\n" % topic
|
||||
|
||||
result += answer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user