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.")
|
||||
# Attempts to create a Controls Frame
|
||||
try:
|
||||
Controls_Box_Frame = ttk.Frame(Root_Window)
|
||||
Controls_Box_Frame = ttk.Frame(Root_Window, bg = "#404040")
|
||||
except Exception as e:
|
||||
print(e, type(e))
|
||||
print("An exception occurred - when creating Controls Frame.")
|
||||
|
||||
Reference in New Issue
Block a user