From 788b8cc22bfdb85b9ad222224c2b4c0210fde493 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Thu, 11 Dec 2025 12:46:44 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index c6fe7e8..b13254a 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -230,9 +230,8 @@ def OnKeyPress(event): print("The Binding Function Was Called!") # def OnKeyPress2nd(event): - result = Input_Box.count("1.0", "end-1c", "displaylines") - print(result) - print("The 2nd Binding Function Was Called!") + print("displaylines:", Input_Box.count("1.0", "end", "displaylines")) + print("lines:", Input_Box.count("1.0", "end", "lines")) # Input_Box.bind("", OnKeyPress2nd) Input_Box.bind("", OnKeyPress)