mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 21:26:44 +02:00
lib/adapter/internal.py: minor fix
This commit is contained in:
@@ -135,5 +135,5 @@ class Search(Adapter):
|
||||
def get_list(prefix=None):
|
||||
return []
|
||||
|
||||
def is_found(topic):
|
||||
return True
|
||||
def is_found(self, topic):
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user