diff --git a/VERSION b/VERSION index 8cfbc90..8428158 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file diff --git a/util/config.py b/util/config.py index 76fdfee..a7dfb04 100755 --- a/util/config.py +++ b/util/config.py @@ -61,7 +61,7 @@ def load_config(self): # Set various attributes from the loaded config self.instances_config = config['instances'] # Instance configurations - self.bash_config = config['bash_scripts'] # Bash script configurations + self.bash_config = config.get('bash_scripts', {}) # Bash script configurations self.scheduler = config['schedule'] # Scheduler configurations self.discord = config.get('discord', {}) # Discord configurations, if available