Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -57,7 +57,7 @@ except Exception as e:
|
|||||||
print("An exception occurred - when creating input Frame.")
|
print("An exception occurred - when creating input Frame.")
|
||||||
# Attempts to create a Controls Frame
|
# Attempts to create a Controls Frame
|
||||||
try:
|
try:
|
||||||
Controls_Box_Frame = ttk.Frame(Root_Window)
|
Controls_Box_Frame = ttk.Frame(Root_Window, bg = "#404040")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e, type(e))
|
print(e, type(e))
|
||||||
print("An exception occurred - when creating Controls Frame.")
|
print("An exception occurred - when creating Controls Frame.")
|
||||||
|
|||||||
Reference in New Issue
Block a user