From 49f14caf42e44b362f815273a5b5e4699f5678df Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 30 Jan 2020 11:50:40 +0000 Subject: support different Config names --- bitbotd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbotd') 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")) -- cgit v1.3.1-10-gc9f91