Skip to content

Commit 6534051

Browse files
searcher doesnt use system arg ya ding ding
1 parent 54b7f8e commit 6534051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fp_turbo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def _process_category(self, searcher, category, current_category, total_categori
796796
"""Process a single category and retrieve its metadata."""
797797

798798
if self._should_refresh():
799-
self._refresh_category_data(searcher, category, system)
799+
self._refresh_category_data(searcher, category)
800800

801801
app_data_dir = Path.home() / ".local" / "share" / "flatpost"
802802
app_data_dir.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)