mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-27 21:23:39 -08:00
feat: update config logic with new philosophy
This commit is contained in:
@@ -9,4 +9,4 @@ def feh_manga_viewer(image_links: list[str], window_title: str):
|
||||
print("feh not found")
|
||||
exit(1)
|
||||
commands = [FEH_EXECUTABLE, *image_links, "--title", window_title]
|
||||
subprocess.run(commands)
|
||||
subprocess.run(commands, check=False)
|
||||
|
||||
Reference in New Issue
Block a user