Skip to content

Commit

Permalink
Use host from config again. fix #1329
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Jan 24, 2013
1 parent 44b78f8 commit f23b9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchpotato/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def customwarn(message, category, filename, lineno, file = None, line = None):

while try_restart:
try:
server.listen(config['port'])
server.listen(config['port'], config['host'])
loop.start()
except Exception, e:
try:
Expand Down

0 comments on commit f23b9d7

Please sign in to comment.