From ac86147b90525a5540438647d81617ed3947a3c8 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Thu, 11 Dec 2025 12:11:13 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index eb787f8..def2280 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -230,8 +230,7 @@ def OnKeyPress(event): print("The Binding Function Was Called!") # def OnKeyPress2nd(event): - TempText = Input_Box.get("1.0","end-1c") - result = TempText.count("1.0", "end-1c", "displaylines") + result = Input_Box.count("1.0", "end-1c", "displaylines") print(result) print("The 2nd Binding Function Was Called!") #