Drop the showGUI debug flag, removing test mode from beyond the main function
This commit is contained in:
@@ -56,7 +56,6 @@ class Config:
|
||||
self.appHandle = self.appName.lower()
|
||||
|
||||
# Debug Settings
|
||||
self.showGUI = True # Allow blocking the GUI (disabled for testing)
|
||||
self.debugInfo = False # True if log level is DEBUG or VERBOSE
|
||||
|
||||
# Config Error Handling
|
||||
|
||||
Reference in New Issue
Block a user