aboutsummaryrefslogtreecommitdiff
path: root/bitbotd
diff options
context:
space:
mode:
Diffstat (limited to 'bitbotd')
-rwxr-xr-xbitbotd1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbotd b/bitbotd
index e9f80085..8d5c5422 100755
--- a/bitbotd
+++ b/bitbotd
@@ -117,6 +117,7 @@ if args.add_server:
cache = Cache.Cache()
config = Config.Config(args.config)
+config.load()
events = EventManager.EventRoot(log).wrap()
exports = Exports.Exports()
timers = Timers.Timers(database, events, log)