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:
parent
7b043574f7
commit
8df1c945ab
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user