caps
This commit is contained in:
parent
66e2aa4820
commit
2d06c4ca60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue