From 4acb03ccb7cffbf4912ba7529834ed72f823ecd9 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Apr 2024 19:18:23 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 61bb6f4..3751f4e 100644 --- a/main.py +++ b/main.py @@ -400,7 +400,7 @@ async def make_video(ws, arg, room_id): "--frames", 18, "--fillgen", "--word-color-mode", "random", - "--width", 555, + "--width", 600, "--output", "/tmp/gifmaker.webm", ])