Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -231,7 +231,7 @@ def OnKeyPress(event):
|
||||
#
|
||||
def OnKeyPress2nd(event):
|
||||
TempText = Input_Box.get("1.0","end-1c")
|
||||
result = TempText.count("0.0", "end", "displaylines")[0]
|
||||
result = TempText.count("1.0", "end-1c", "displaylines")
|
||||
print(result)
|
||||
print("The 2nd Binding Function Was Called!")
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user