Skip to content

Commit

Permalink
Correct wrong instance again!
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbenji authored Nov 17, 2017
1 parent 1e048a2 commit c50a454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/vacuumcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def __init__(self, data: Dict[str, Any]) -> None:
self.main_brush_total = timedelta(hours=300)
self.side_brush_total = timedelta(hours=200)
self.filter_total = timedelta(hours=150)
self.sensor_total = timedelta(hours=30)
self.sensor_dirty_total = timedelta(hours=30)

@property
def main_brush(self) -> timedelta:
Expand Down

0 comments on commit c50a454

Please sign in to comment.