aboutsummaryrefslogtreecommitdiff
path: root/bitbotd
diff options
context:
space:
mode:
authorGravatar jesopo2019-12-07 10:42:43 +0000
committerGravatar jesopo2019-12-07 10:42:43 +0000
commit7274d1bf28d2a2282bcdb6a89c9612f1e30b45f0 (patch)
tree6c327281006e47b7fce57cf39398880c578ff49b /bitbotd
parentremove -m/-M and BaseModule.command_line - it doesn't work any more (diff)
signature
add ability to save config file
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)