Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-09 14:05:19 -08:00
parent 518fae8750
commit 17765b8d53

View File

@@ -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: