Private GIT

Skip to content
Snippets Groups Projects
Commit f23b9d7c authored by Ruud's avatar Ruud
Browse files

Use host from config again. fix #1329

parent 44b78f8d
Branches
Tags
No related merge requests found
...@@ -259,7 +259,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En ...@@ -259,7 +259,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
while try_restart: while try_restart:
try: try:
server.listen(config['port']) server.listen(config['port'], config['host'])
loop.start() loop.start()
except Exception, e: except Exception, e:
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment