Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
  • Loading branch information
zim514 committed Feb 11, 2023
1 parent 0fc3d92 commit 3b21d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.service.hue/addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="script.service.hue" name="Hue Service" provider-name="zim514" version="1.4.6~alpha1">
<addon id="script.service.hue" name="Hue Service" provider-name="zim514" version="1.4.6">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/>
Expand Down
2 changes: 1 addition & 1 deletion script.service.hue/resources/lib/ambigroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _resume_light_state(self):
def _ambi_loop(self):
AMBI_RUNNING.set()
cap = xbmc.RenderCapture()
cap_image = None
cap_image = bytes
xbmc.log("[script.service.hue] _ambiLoop started")
aspect_ratio = cap.getAspectRatio()

Expand Down

0 comments on commit 3b21d4a

Please sign in to comment.