From a48c418d3f7158080df74a164cd415952d3c026a Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 13:57:21 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 87c6562..5e771f8 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -138,8 +138,9 @@ def PiperTTS_GUI_TextFile_Open(): print(type(Root_Window.filename)) if Root_Window.filename: with open(Root_Window.filename) as f: - Cursor_Position = Input_Box.index(INSERT) - Input_Box.insert("Cursor_Position", f.read()) + print(f.read()) + #Cursor_Position = Input_Box.index(INSERT) + #Input_Box.insert("Cursor_Position", f.read()) else: print("Canceled file dialog.") except: