Browse Source

Use host from config again. fix #1329

pull/1342/head
Ruud 12 years ago
parent
commit
f23b9d7cb9
  1. 2
      couchpotato/runner.py

2
couchpotato/runner.py

@ -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:

Loading…
Cancel
Save