name change
This commit is contained in:
parent
f2971c3a65
commit
835910dee5
1 changed files with 1 additions and 1 deletions
2
soui.py
2
soui.py
|
@ -72,7 +72,7 @@ class Affichage:
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
self.fenetre = Tk()
|
self.fenetre = Tk()
|
||||||
self.fenetre.title('Microphone')
|
self.fenetre.title('Pop cat Microphone')
|
||||||
geo = self.get_ratio_img()
|
geo = self.get_ratio_img()
|
||||||
if not geo:
|
if not geo:
|
||||||
raise NameError("Sorry, images speaking and not_speaking don't have same ratio")
|
raise NameError("Sorry, images speaking and not_speaking don't have same ratio")
|
||||||
|
|
Reference in a new issue