Change suppress to False unless really needed

This is how it really was before yesterday's commit to re-enable the
optionality
This commit is contained in:
xnappo 2015-03-25 07:48:29 -05:00
commit 03416513cf
4 changed files with 15 additions and 15 deletions

View file

@ -211,7 +211,7 @@ class WebSocketThread(threading.Thread):
userUrl = "http://" + host + ":" + port + "/mediabrowser/System/Info?format=json"
downloadUtils = DownloadUtils()
jsonData = downloadUtils.downloadUrl(userUrl, suppress=True, popup=1 )
jsonData = downloadUtils.downloadUrl(userUrl, suppress=False, popup=1 )
if(jsonData == ""):
return -1