mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-31 15:05:47 -08:00
fix: remove f-string for filter adjustment message in search results
This commit is contained in:
@@ -192,7 +192,7 @@ def main():
|
||||
if not media_list:
|
||||
print("🔍 No results found")
|
||||
if PARSED_FILTERS:
|
||||
print(f" Try adjusting your filters")
|
||||
print(" Try adjusting your filters")
|
||||
sys.exit(0)
|
||||
|
||||
# Output titles for fzf (one per line)
|
||||
|
||||
Reference in New Issue
Block a user