Skip to content

Commit

Permalink
turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zim514 committed Jul 14, 2019
1 parent 6f3d504 commit 7b47a65
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,5 +1,5 @@
<addon id="script.service.hue" name="Hue Service"
provider-name="zim514" version="0.5.0~alpha12">
provider-name="zim514" version="0.5.0~alpha13">

<requires>
<import addon="xbmc.python" version="2.26.0" />
Expand Down
2 changes: 1 addition & 1 deletion script.service.hue/resources/lib/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

NUM_GROUPS = 2 #group0= video, group1=audio
STRDEBUG = False #Show string ID in UI
DEBUG = True # Enable python remote debug
DEBUG = False # Enable python remote debug
REMOTE_DBG_SUSPEND = False #Auto suspend thread when debugger attached
QHUE_TIMEOUT = 0.5 #passed to requests, in seconds.

Expand Down

0 comments on commit 7b47a65

Please sign in to comment.