Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Mar 19, 2018
1 parent b0c552a commit 3bd7451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/status.py
Expand Up @@ -18,7 +18,7 @@ def on_msg(self, bot, user_nick, host, channel, message):
bot.send_message(channel, bot.translate("status_error"), user_nick)
else:
noise = str(msg['sound'])
temp = str(msg['temp'])
temp = str(msg['temperature'])
light = str(msg['light'])
hosts = str(msg['online'])
door = str(msg['door'])
Expand Down

0 comments on commit 3bd7451

Please sign in to comment.