From 2d06c4ca60aebe2e7b9184b9446baa7c7165c795 Mon Sep 17 00:00:00 2001 From: neersighted Date: Wed, 29 Feb 2012 00:48:56 -0800 Subject: [PATCH] caps --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index 38ba2d0..72f41d6 100755 --- a/core/config.py +++ b/core/config.py @@ -63,7 +63,7 @@ def config(): bot.config = json.load(open('config')) bot._config_mtime = config_mtime except ValueError, e: - print 'ERROR: malformed config!', e + print 'error: malformed config', e bot._config_mtime = 0