Browse Source

Close all attached after start

pull/3341/head
Ruud 11 years ago
parent
commit
50d6882a98
  1. 1
      couchpotato/runner.py

1
couchpotato/runner.py

@ -304,6 +304,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
loop.start()
server.close_all_connections()
server.stop()
loop.close(all_fds = True)
except Exception as e:
log.error('Failed starting: %s', traceback.format_exc())
try:

Loading…
Cancel
Save