This commit is contained in:
neersighted 2012-02-29 00:48:56 -08:00
parent 66e2aa4820
commit 2d06c4ca60

View file

@ -63,7 +63,7 @@ def config():
bot.config = json.load(open('config')) bot.config = json.load(open('config'))
bot._config_mtime = config_mtime bot._config_mtime = config_mtime
except ValueError, e: except ValueError, e:
print 'ERROR: malformed config!', e print 'error: malformed config', e
bot._config_mtime = 0 bot._config_mtime = 0