Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -139,8 +139,8 @@ def PiperTTS_GUI_TextFile_Open():
|
|||||||
if Root_Window.filename:
|
if Root_Window.filename:
|
||||||
with open(Root_Window.filename) as f:
|
with open(Root_Window.filename) as f:
|
||||||
print(f.read())
|
print(f.read())
|
||||||
#Cursor_Position = Input_Box.index(INSERT)
|
Cursor_Position = Input_Box.index(INSERT)
|
||||||
#Input_Box.insert("Cursor_Position", f.read())
|
Input_Box.insert("Cursor_Position", f.read())
|
||||||
else:
|
else:
|
||||||
print("Canceled file dialog.")
|
print("Canceled file dialog.")
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user