Skip to content

Commit

Permalink
Merge pull request #154 from Drazzilb08/main-fix
Browse files Browse the repository at this point in the history
Main fix
  • Loading branch information
Drazzilb08 authored Apr 1, 2024
2 parents adda975 + cf6c6b6 commit 5242b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
2 changes: 1 addition & 1 deletion util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5242b30

Please sign in to comment.