From f91081e39cfb69c754d39cf7dbba0133b4dd854f Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 26 Jan 2014 10:52:50 +0100 Subject: [PATCH] uTorrent hostname hint --- couchpotato/core/downloaders/utorrent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/downloaders/utorrent/__init__.py b/couchpotato/core/downloaders/utorrent/__init__.py index 77bd1cd8..da160956 100644 --- a/couchpotato/core/downloaders/utorrent/__init__.py +++ b/couchpotato/core/downloaders/utorrent/__init__.py @@ -24,7 +24,7 @@ config = [{ { 'name': 'host', 'default': 'localhost:8000', - 'description': 'Hostname with port. Usually localhost:8000', + 'description': 'Port can be found in settings when enabling WebUI.', }, { 'name': 'username',