Skip to content

Commit 5242b30

Browse files
authored
Merge pull request #154 from Drazzilb08/main-fix
Main fix
2 parents adda975 + cf6c6b6 commit 5242b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

util/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def load_config(self):
6161

6262
# Set various attributes from the loaded config
6363
self.instances_config = config['instances'] # Instance configurations
64-
self.bash_config = config['bash_scripts'] # Bash script configurations
64+
self.bash_config = config.get('bash_scripts', {}) # Bash script configurations
6565
self.scheduler = config['schedule'] # Scheduler configurations
6666
self.discord = config.get('discord', {}) # Discord configurations, if available
6767

0 commit comments

Comments
 (0)