Revert "Revert "Revert "Support alternate address"""

This reverts commit 385c3cae7e.
This commit is contained in:
angelblue05 2015-06-29 11:43:38 -05:00
parent fadc3e0e49
commit 62ea6b0eb8
2 changed files with 1 additions and 7 deletions

View file

@ -96,10 +96,6 @@ class UserClient(threading.Thread):
HTTPS = addon.getSetting('https')
host = addon.getSetting('ipaddress')
port = addon.getSetting('port')
# Alternate host
if addon.getSetting('altip') == "true":
host = addon.getSetting('secondipaddress')
server = host + ":" + port
if host == "":