From 1ef773dd47c0d81762ee0c3dd38142774b1877a9 Mon Sep 17 00:00:00 2001 From: Thatkev Date: Wed, 7 Feb 2024 22:40:06 +0000 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index f28ec01..19db32e 100644 --- a/bot.py +++ b/bot.py @@ -88,7 +88,7 @@ async def handler(ev): # Resize the image img.thumbnail([WIDTH_PX, HEIGHT_PX], resample=Image.LANCZOS, reducing_gap=None) - # Convert to grayscale and apply a gamma of 1.8 + # Convert to grayscale and apply a gamma of 1.8 comment these out when using a VC-500W img = img.convert('L') if GAMMA_CORRECTION != 1: