Skip to content

Commit

Permalink
Repr of the AirPurifierStatus fixed (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
sq5gvm authored and syssi committed Mar 15, 2018
1 parent a10c771 commit 1fd013d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ def __repr__(self) -> str:
"sleep_mode_learn_count=%s, " \
"extra_features=%s, " \
"turbo_mode_supported=%s, " \
"auto_detect=%s, " % \
"use_time=%s, " % \
"auto_detect=%s, " \
"use_time=%s, " \
"button_pressed=%s>" % \
(self.power,
self.aqi,
Expand Down

0 comments on commit 1fd013d

Please sign in to comment.