From c98f39d7fade19fbad8dda9a466579802fbc3e86 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Tue, 20 Feb 2024 20:03:41 -0600 Subject: [PATCH] Mods --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index d240557..24d4f40 100644 --- a/main.py +++ b/main.py @@ -154,7 +154,6 @@ async def gif_numbers(who, room_id): gifmaker, gm_common, f"--input '{input_path}'", - "--fontsize 2.6", "--top 0 --words '[number 0-999] [x3]' --fontcolor 0,0,0", ] @@ -168,7 +167,7 @@ async def gif_date(who, room_id): gm_common, f"--input '{input_path}'", "--words 'Date: [date %A %d] ; [repeat] ; Time: [date %I:%M %p] ; [repeat]'", - "--filter anyhue2 --bottom 0 --bgcolor 0,0,0", + "--filter anyhue2 --bottom 0 --bgcolor 0,0,0 --fontsize 2.6", ] await run_gifmaker(command, room_id)