mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 05:54:15 +02:00
using SearchResult
This commit is contained in:
@@ -189,8 +189,8 @@ class SearchApps(AsyncAction):
|
||||
|
||||
if self.word:
|
||||
res = self.manager.search(self.word)
|
||||
apps_found.extend(res['installed'])
|
||||
apps_found.extend(res['new'])
|
||||
apps_found.extend(res.installed)
|
||||
apps_found.extend(res.new)
|
||||
self.notify_finished(apps_found)
|
||||
self.word = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user