This commit is contained in:
Dobin
2024-07-20 23:04:13 +01:00
parent fa588beb55
commit 6603fd3df7
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ class Config(object):
self.data = {}
self.ShowCommandOutput: bool = False
self.debug: bool = False
self.has_r2: bool = True
self.has_r2: bool = False
self.catch_exception: bool = True
self.data_fixups = None
self.data_fixup_entries = None