Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix door
  • Loading branch information
noqqe committed Mar 19, 2018
1 parent acd849d commit b0c552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/status.py
Expand Up @@ -21,6 +21,6 @@ def on_msg(self, bot, user_nick, host, channel, message):
temp = str(msg['temp'])
light = str(msg['light'])
hosts = str(msg['online'])
door = str(msg['hservierer']['door'])
door = str(msg['door'])

bot.send_message(channel, bot.translate("status_str1").format(noise=noise, temp=temp, light=light, hosts=hosts, door=door), user_nick)

0 comments on commit b0c552a

Please sign in to comment.