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

Disable caching for UpstreamAdapter

This commit is contained in:
Igor Chubin
2020-11-16 22:54:18 +00:00
parent a538409f70
commit b8df31004c
+1 -1
View File
@@ -48,7 +48,7 @@ class UpstreamAdapter(Adapter):
_adapter_name = "upstream"
_output_format = "ansi"
_cache_needed = True
_cache_needed = False
def _get_page(self, topic, request_options=None):