From 47985d3377d5b52b96da09f06e9e76d77c84b0d1 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 16:04:45 -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 19b6c1b..e45f4d5 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -213,7 +213,7 @@ except: def OnKeyPress(event): Test_var.set("There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines()))) # -Input_Box.bind("", OnKeyPress) +Input_Box.bind("", OnKeyPress) # My_Test_Label2 = Label(Controls_Box_Frame, textvariable=Test_var) #My_Test_Label2["value"] = Test_var