Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -205,8 +205,8 @@ My_Test_Label = Label(Controls_Box_Frame, text="Test Text?")
|
|||||||
My_Test_Label.grid(row=0, column=0, columnspan=4)
|
My_Test_Label.grid(row=0, column=0, columnspan=4)
|
||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
MyTestText = Input_Box.get("1.0","end-1c")
|
#MyTestText = Input_Box.get("1.0","end-1c")
|
||||||
MyTestText2 = "There are {}, lines".format(len(MyTestText.splitlines()))
|
MyTestText2 = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines()))
|
||||||
except:
|
except:
|
||||||
print("Fuckup again.")
|
print("Fuckup again.")
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user