From 800b5ce3d67726562873795a62e84f27bfd63c11 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 8 Sep 2011 11:23:32 +0200 Subject: [PATCH] Add other private query key to logging --- 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 f50bc066..a0494fb0 100644 --- a/couchpotato/core/logger.py +++ b/couchpotato/core/logger.py @@ -4,7 +4,7 @@ import re class CPLog(): context = '' - replace_private = ['api', 'apikey', 'api_key', 'password', 'username'] + replace_private = ['api', 'apikey', 'api_key', 'password', 'username', 'h'] def __init__(self, context = ''): self.context = context