From 24af460adcb1194ce2a08838675d822aee57bd1c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 30 Nov 2020 21:03:14 +0100 Subject: [PATCH] changement extensions --- soui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soui.py b/soui.py index 460320e..88cb71f 100644 --- a/soui.py +++ b/soui.py @@ -32,8 +32,8 @@ class Affichage: def __init__(self): self.buffer = 500 # milliseconds - self.speaking = "speaking.jpg" - self.notspeaking = "not_speaking.jpg" + self.speaking = "speaking.png" + self.notspeaking = "not_speaking.png" def refresh(self): if Microphone().get_status_speaking():