From 76940ebf4eb3a40d3f575403433d797a91342aa1 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Thu, 11 Dec 2025 12:26:01 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 8771f8a..c6fe7e8 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -230,7 +230,7 @@ def OnKeyPress(event): print("The Binding Function Was Called!") # def OnKeyPress2nd(event): - result = Input_Box.count("1.0", "end-1c", "displaylines")[0] + result = Input_Box.count("1.0", "end-1c", "displaylines") print(result) print("The 2nd Binding Function Was Called!") #