Skip to content

Commit 3bd7451

Browse files
committedMar 19, 2018
fix
1 parent b0c552a commit 3bd7451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plugins/status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def on_msg(self, bot, user_nick, host, channel, message):
1818
bot.send_message(channel, bot.translate("status_error"), user_nick)
1919
else:
2020
noise = str(msg['sound'])
21-
temp = str(msg['temp'])
21+
temp = str(msg['temperature'])
2222
light = str(msg['light'])
2323
hosts = str(msg['online'])
2424
door = str(msg['door'])

0 commit comments

Comments
 (0)
Please sign in to comment.