Merge branch 'develop' of https://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop

This commit is contained in:
Ruud
2012-10-12 23:35:15 +02:00
+1 -1
View File
@@ -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'):