From f710c53e65443063ee07a4fd3dd632de81df09e1 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 13 Mar 2024 21:43:48 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c549cb2..55650ca 100644 --- a/main.py +++ b/main.py @@ -32,7 +32,7 @@ session = None delay = 3 gifmaker_common = [ - "gifmaker", + str(Path("~/.local/bin/gifmaker").expanduser().resolve()), "--width", 350, "--output", "/tmp/gifmaker", "--nogrow",