From d03e9adab99cb21e386073ffdd999029a0e8b499 Mon Sep 17 00:00:00 2001 From: gocivici Date: Fri, 27 Oct 2023 12:17:36 +0300 Subject: [PATCH] l --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ede8b04..f939ec7 100644 --- a/main.py +++ b/main.py @@ -41,7 +41,7 @@ if cam.isOpened(): fontBIG = ImageFont.truetype("HalloweenFont.ttf", 350) fontSmall = ImageFont.truetype("HalloweenFont.ttf", 60) if TIMER>0: - draw.text((130, 340), str(TIMER), font=fontBIG,fill=(255,0,0,255)) + draw.text((130, 300), str(TIMER), font=fontBIG,fill=(255,0,0,255)) else: draw.text((30, 480), "ANALYZING...", font=fontSmall,fill=(255,0,0,255)) img = cv2.cvtColor(np.array(img), cv2.COLOR_RGB2BGR)