Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -129,8 +129,8 @@ def PiperTTS_GUI_Get_Clipboard():
|
||||
#
|
||||
def PiperTTS_GUI_TextFile_Open():
|
||||
try:
|
||||
root.filename = filedialog.askopenfilename(initialdir = "/",title = "Select file",filetypes = (("Text files","*.txt"),("all files","*.*")))
|
||||
print(root.filename)
|
||||
Root_Window.filename = filedialog.askopenfilename(initialdir = "/",title = "Select file",filetypes = (("Text files","*.txt"),("all files","*.*")))
|
||||
print(Root_Window.filename)
|
||||
except:
|
||||
print("An exception occurred - when Opening Text File.")
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user