mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
minor cleanup
This commit is contained in:
@@ -284,7 +284,6 @@ def get_answer(topic, keyword, options="", request_options=None): # pylint: disa
|
||||
# so this part should be rewritten
|
||||
# for the most queries we could say immediately
|
||||
# what type the query has
|
||||
start_time = time.time()
|
||||
topic_type = get_topic_type(topic)
|
||||
|
||||
# checking if the answer is in the cache
|
||||
|
||||
@@ -59,6 +59,7 @@ GITHUB_REPOSITORY = {
|
||||
"unknown" : '',
|
||||
}
|
||||
|
||||
MAX_SEARCH_LEN = 20
|
||||
|
||||
#
|
||||
# Reading configuration from etc/config.yaml
|
||||
|
||||
Reference in New Issue
Block a user