Skip to content

Commit

Permalink
Linting androidtv/basetv/basetv.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Irion <JeffLIrion@users.noreply.github.com>
  • Loading branch information
prabhjotsbhatia-ca and JeffLIrion authored Oct 31, 2024
1 parent aff89f0 commit c110e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidtv/basetv/basetv.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def _cmd_current_app(self):
# Is this an Askey STI6130 Device?
if (
self.DEVICE_ENUM == constants.DeviceEnum.ANDROIDTV
and "askey" in self.device_properties.get("manufacturer")
and "sti6130" in self.device_properties.get("product_id")
and "askey" in self.device_properties.get("manufacturer", "")
and "sti6130" in self.device_properties.get("product_id", "")
):
return constants.CMD_CURRENT_APP_ASKEY_STI6130

Expand Down

0 comments on commit c110e70

Please # to comment.