From fef3eb1b84403dfb9662078c567e3b43c59ccc18 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 12 Oct 2012 13:29:41 -0700 Subject: [PATCH] Added replacement of uid and key for nzbsrus Prevent people posting log files with their account information --- couchpotato/core/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/logger.py b/couchpotato/core/logger.py index 8d8c9f59..7a357b36 100644 --- a/couchpotato/core/logger.py +++ b/couchpotato/core/logger.py @@ -5,7 +5,7 @@ import traceback class CPLog(object): context = '' - replace_private = ['api', 'apikey', 'api_key', 'password', 'username', 'h'] + replace_private = ['api', 'apikey', 'api_key', 'password', 'username', 'h', 'uid', 'key'] def __init__(self, context = ''): if context.endswith('.main'):