From 4cc684dc22f23996e0797b595ad285ce8000a52a Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:08:45 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 16cd824..3032edf 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -201,13 +201,13 @@ My_Test_Label = Label(Controls_Box_Frame, text="Test Text?") My_Test_Label.grid(row=0, column=0, columnspan=4) try: try: - Temp_Text = Input_Box.get("1.0","end-1c") - MyTestText = len(Temp_Text.splitlines()) + MyTestText = Input_Box.get("1.0","end-1c") + MyTestText2 = len(MyTestText.splitlines()) except: print("Fuckup again.") except: print("An exception occurred - trying to count like dracula.") -My_Test_Labe2 = Label(Controls_Box_Frame, textvariable=MyTestText) +My_Test_Labe2 = Label(Controls_Box_Frame, textvariable=MyTestText2) My_Test_Label.grid(row=2, column=0, columnspan=4) # Aligning Buttons to grid