From 67fc6c723825cec6e38f9ac55ac3a5137b418167 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:39:02 -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 6e75f1b..7789bf8 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -206,7 +206,7 @@ My_Test_Label.grid(row=0, column=0, columnspan=4) # try: Test_var = StringVar(value = "0") - Test_var["text"] = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) + Test_var["value"] = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) except: print("Mkay did not work.") #