Skip to content

Commit

Permalink
[script.service.hue] 1.4.18 (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapcase authored Nov 13, 2023
1 parent 972229b commit 2cd99e0
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.17">
<addon id="script.service.hue" name="Hue Service" provider-name="zim514" version="1.4.18">

<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion script.service.hue/resources/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SETTINGS_CHANGED = Event()
AMBI_RUNNING = Event()
PROCESS_TIMES = deque(maxlen=100)
ROLLBAR_API_KEY = "b871c6292a454fb490344f77da186e10"
ROLLBAR_API_KEY = "48f832ef0f3947c9a8443a36b94bcfbd"

ADDON = xbmcaddon.Addon()
ADDONID = ADDON.getAddonInfo('id')
Expand Down

0 comments on commit 2cd99e0

Please sign in to comment.