mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Remove json configuration and replace it by yaml configuration files.
This commit is contained in:
@@ -35,7 +35,7 @@ class Loader:
|
||||
|
||||
self.Logs: Logger = self.ServiceLogging.get_logger()
|
||||
|
||||
self.Config: df.MConfig = self.ConfModule.Configuration(self).get_config_model()
|
||||
self.Config: df.MConfig = self.ConfModule.Configuration(self).configuration_model
|
||||
|
||||
self.Settings.global_lang = self.Config.LANG if self.Config.LANG else "EN"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user