Fix small config load issue with bot owners

This commit is contained in:
Austen Adler 2017-10-30 10:38:57 -04:00
parent 9ce2aa35ca
commit c25e34ebc3

View File

@ -39,7 +39,7 @@ try:
MATRIX_HOST_BARE = CONFIG['hosts']['bare']
try:
MATRIX_BOT_OWNERS = CONFIG['bot-owners']
MATRIX_BOT_OWNERS = CONFIG['bot_owners']
except KeyError:
MATRIX_BOT_OWNERS = {}