1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-23 02:25:53 +03: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

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):