From 6ee254e16dfc798e0f5468dadecd8565568258b4 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:18:40 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 36a1577..c9d07df 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -205,8 +205,8 @@ My_Test_Label = Label(Controls_Box_Frame, text="Test Text?") My_Test_Label.grid(row=0, column=0, columnspan=4) try: try: - MyTestText = Input_Box.get("1.0","end-1c") - MyTestText2 = "There are {}, lines".format(len(MyTestText.splitlines())) + #MyTestText = Input_Box.get("1.0","end-1c") + MyTestText2 = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) except: print("Fuckup again.") except: