def start_listening(): logger.info("Running bottle app: quiet=%s, port=%s, host='0.0.0.0'" % (quiet_bottle, port)) bottle.run(app=app, quiet=quiet_bottle, port=port, host='0.0.0.0')