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:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user