forked from p15670423/monkey
Island: Remove disused ConfigService.init_config()
This commit is contained in:
parent
fe9cc86d8b
commit
45a52077a0
|
@ -138,11 +138,6 @@ class ConfigService:
|
||||||
ConfigService.set_config_value(PBA_LINUX_FILENAME_PATH, linux_filename)
|
ConfigService.set_config_value(PBA_LINUX_FILENAME_PATH, linux_filename)
|
||||||
ConfigService.set_config_value(PBA_WINDOWS_FILENAME_PATH, windows_filename)
|
ConfigService.set_config_value(PBA_WINDOWS_FILENAME_PATH, windows_filename)
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def init_config():
|
|
||||||
if ConfigService.get_config(should_decrypt=False) != {}:
|
|
||||||
return
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def decrypt_config(config):
|
def decrypt_config(config):
|
||||||
ConfigService._encrypt_or_decrypt_config(config, True)
|
ConfigService._encrypt_or_decrypt_config(config, True)
|
||||||
|
|
Loading…
Reference in New Issue