From 21bf35326517dae32ccc349a99841d67dc4a8b13 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 2 Jun 2017 15:55:27 +0000 Subject: [PATCH] fixes #7 --- lib/cheat_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cheat_wrapper.py b/lib/cheat_wrapper.py index 76b8113..b3937ee 100644 --- a/lib/cheat_wrapper.py +++ b/lib/cheat_wrapper.py @@ -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