Skip to content

Commit

Permalink
Fix ChuangmiPlugStatus repr format (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored and rytilahti committed Aug 8, 2018
1 parent 834bcb3 commit 99b7067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/chuangmi_plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __repr__(self) -> str:
s = "<ChuangmiPlugStatus " \
"power=%s, " \
"usb_power=%s, " \
"temperature=%s" \
"temperature=%s, " \
"load_power=%s, " \
"wifi_led=%s>" % \
(self.power,
Expand Down

0 comments on commit 99b7067

Please sign in to comment.