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

lib/adapter/internal.py: minor fix

This commit is contained in:
Igor Chubin
2019-04-30 22:25:39 +02:00
parent 0dda89c108
commit 2d59158b4b
+2 -2
View File
@@ -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