Private GIT

Skip to content
Snippets Groups Projects
Commit 0773d6e6 authored by Ruud's avatar Ruud
Browse files
Merge branch 'develop' of https://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop
parents 1011e2e9 fef3eb1b
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ import traceback ...@@ -5,7 +5,7 @@ import traceback
class CPLog(object): class CPLog(object):
context = '' 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 = ''): def __init__(self, context = ''):
if context.endswith('.main'): if context.endswith('.main'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment