Updated some stuff trying to get package fetching working

This commit is contained in:
2026-05-18 15:11:29 +02:00
parent df42c118bf
commit 5cb41ac8b5
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ def get_package_meta(pkgname: str) -> dict | None:
continue
meta = _search_db(os.path.join(DB_PATH, dbfile), pkgname)
if meta:
meta.
return meta
return None