From 0132012276e41ba7c7b67b687171aa8136bfeb3e Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 25 Sep 2012 11:10:49 +0200 Subject: [PATCH] Hide ip change --- couchpotato/core/_base/_core/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/_base/_core/__init__.py b/couchpotato/core/_base/_core/__init__.py index 2aca8e2b..8d702f18 100644 --- a/couchpotato/core/_base/_core/__init__.py +++ b/couchpotato/core/_base/_core/__init__.py @@ -27,6 +27,7 @@ config = [{ 'name': 'host', 'advanced': True, 'default': '0.0.0.0', + 'hidden': True, 'label': 'IP', 'description': 'Host that I should listen to. "0.0.0.0" listens to all ips.', },