Skip to content

Commit

Permalink
image_handler.py Rand256 fix 3AM reboot warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
sca075 committed Apr 23, 2024
1 parent 45a1c41 commit b584e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async def get_image_from_rrm(
self.active_zones = self.shared.rand256_active_zone

try:
if m_json is not None:
if (m_json is not None) and (not isinstance(m_json, tuple)):
_LOGGER.info(self.file_name + ":Composing the image for the camera.")
# buffer json data
self.json_data = m_json
Expand Down

0 comments on commit b584e5d

Please sign in to comment.