searcher doesnt use system arg ya ding ding

This commit is contained in:
GloriousEggroll 2025-04-14 18:18:47 -06:00
parent 54b7f8e73f
commit 6534051078

View file

@ -796,7 +796,7 @@ class AppstreamSearcher:
"""Process a single category and retrieve its metadata."""
if self._should_refresh():
self._refresh_category_data(searcher, category, system)
self._refresh_category_data(searcher, category)
app_data_dir = Path.home() / ".local" / "share" / "flatpost"
app_data_dir.mkdir(parents=True, exist_ok=True)