From 581db0b9d214c53a6c2fbc95be4e8832d584258c Mon Sep 17 00:00:00 2001 From: neersighted Date: Mon, 27 Feb 2012 23:54:36 -0800 Subject: [PATCH] minor tweaks --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index 831672f..1f52dbf 100755 --- a/core/config.py +++ b/core/config.py @@ -51,7 +51,7 @@ if not os.path.exists('config'): "!coz", "!tell /x" ], - "admins": [] + "admins": ["myname"] }''') + '\n') print "Config generated!" print "Please edit the config now."