Skip to content

Commit 8df1c94

Browse files
committed
Continue if response found in cache
1 parent 7b04357 commit 8df1c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/routing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def get_answers(self, topic: str, request_options:Dict[str, str] = None) -> List
222222
answer = None
223223
if answer:
224224
answers.append(answer)
225+
continue
225226

226227
answer = self._get_page_dict(topic, topic_type, request_options=request_options)
227228
if isinstance(answer, dict):

0 commit comments

Comments
 (0)