debug: config.debug feature for more logs/

This commit is contained in:
Dobin
2024-02-19 20:39:00 +00:00
parent fb23835d51
commit b7ac5938a4
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ class Config(object):
def __init__(self):
self.data = {}
self.ShowCommandOutput: bool = False
self.debug: bool = False
def getConfigPath(self):
return CONFIG_FILE