searcher doesnt use system arg ya ding ding
This commit is contained in:
parent
54b7f8e73f
commit
6534051078
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue