diff options
Diffstat (limited to 'bitbotd')
| -rwxr-xr-x | bitbotd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
