mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
feature: data reuse (tmp, to fix)
This commit is contained in:
@@ -8,8 +8,12 @@ class Config(object):
|
||||
def __init__(self):
|
||||
self.data = {}
|
||||
self.ShowCommandOutput: bool = False
|
||||
self.debug: bool = False
|
||||
self.debug: bool = True
|
||||
|
||||
self.xor_key: int = 0x31
|
||||
self.data_fixups = None
|
||||
self.data_fixup_entries = None
|
||||
|
||||
|
||||
def getConfigPath(self):
|
||||
return CONFIG_FILE
|
||||
|
||||
Reference in New Issue
Block a user