1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Continue if response found in cache

This commit is contained in:
Igor Chubin
2020-11-22 20:09:51 +00:00
parent 7b043574f7
commit 8df1c945ab
+1
View File
@@ -222,6 +222,7 @@ class Router(object):
answer = None
if answer:
answers.append(answer)
continue
answer = self._get_page_dict(topic, topic_type, request_options=request_options)
if isinstance(answer, dict):