Remove sensitive data from logging in messages
This commit is contained in:
parent
79d1f8ed68
commit
e4d9586562
14 changed files with 14 additions and 14 deletions
|
@ -70,7 +70,7 @@ class NocoIE(InfoExtractor):
|
|||
return
|
||||
|
||||
login = self._download_json(
|
||||
self._LOGIN_URL, None, 'Logging in as %s' % username,
|
||||
self._LOGIN_URL, None, 'Logging in',
|
||||
data=urlencode_postdata({
|
||||
'a': 'login',
|
||||
'cookie': '1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue