mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 22:24:14 +02:00
appimage refactoring | limiting name, desc and publisher in the apps table
This commit is contained in:
@@ -112,7 +112,7 @@ class AppImageManager(SoftwareManager):
|
||||
if con:
|
||||
try:
|
||||
cursor = con.cursor()
|
||||
cursor.execute(query.FIND_APPS_LATEST_VERSIONS.format(','.join(names)))
|
||||
cursor.execute(query.FIND_APPS_BY_NAME.format(','.join(names)))
|
||||
|
||||
for tup in cursor.fetchall():
|
||||
for app in res.installed:
|
||||
|
||||
Reference in New Issue
Block a user