aboutsummaryrefslogtreecommitdiff
path: root/bitbotd
diff options
context:
space:
mode:
Diffstat (limited to 'bitbotd')
-rwxr-xr-xbitbotd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbotd b/bitbotd
index 77810c7e..e3962dde 100755
--- a/bitbotd
+++ b/bitbotd
@@ -46,7 +46,7 @@ if args.version:
print("BitBot %s" % IRCBot.VERSION)
sys.exit(0)
-config = Config.Config(args.config)
+config = Config.Config("bot", args.config)
config.load()
DATA_DIR = os.path.expanduser(config.get("data-directory", "~/.bitbot"))