Use host from config again. fix #1329

This commit is contained in:
Ruud
2013-01-24 22:56:33 +01:00
parent 44b78f8d2f
commit f23b9d7cb9

View File

@@ -259,7 +259,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
while try_restart:
try:
server.listen(config['port'])
server.listen(config['port'], config['host'])
loop.start()
except Exception, e:
try: