diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 0e8d9b9..2cf6202 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -142,7 +142,7 @@ def PiperTTS_GUI_TextFile_Open(): except: print("Fucked up on the first part.") try: - Input_Box.insert("Cursor_Position", f.read()) + Input_Box.insert(Cursor_Position, f.read()) except: print("Fucked up on the 2nd part.") else: