Skip to content

Commit

Permalink
fix further lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
funtastix committed Sep 25, 2023
1 parent e0fd8c3 commit 2f2de6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrinnaitouch/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def poll_loop(self) -> None:
self._connection.shutdown()
break
if (
isinstance(new_status_json, list)
and "SYST" in new_status_json[0]
isinstance(new_status_json, list)
and "SYST" in new_status_json[0]
and "STM" in new_status_json[0]["SYST"]
):
self._status.set_timesetting(True)
Expand Down

0 comments on commit 2f2de6b

Please sign in to comment.