Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -206,7 +206,7 @@ My_Test_Label.grid(row=0, column=0, columnspan=4)
|
|||||||
#
|
#
|
||||||
try:
|
try:
|
||||||
Test_var = StringVar(value = "0")
|
Test_var = StringVar(value = "0")
|
||||||
Test_var["value"] = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines()))
|
Test_var.set("There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())))
|
||||||
except:
|
except:
|
||||||
print("Mkay did not work.")
|
print("Mkay did not work.")
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user