changement extensions
This commit is contained in:
parent
d02f93c858
commit
24af460adc
1 changed files with 2 additions and 2 deletions
4
soui.py
4
soui.py
|
@ -32,8 +32,8 @@ class Affichage:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.buffer = 500 # milliseconds
|
self.buffer = 500 # milliseconds
|
||||||
self.speaking = "speaking.jpg"
|
self.speaking = "speaking.png"
|
||||||
self.notspeaking = "not_speaking.jpg"
|
self.notspeaking = "not_speaking.png"
|
||||||
|
|
||||||
def refresh(self):
|
def refresh(self):
|
||||||
if Microphone().get_status_speaking():
|
if Microphone().get_status_speaking():
|
||||||
|
|
Reference in a new issue