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
|
@ -101,7 +101,7 @@ class TwitchBaseIE(InfoExtractor):
|
|||
fail(clean_html(login_page))
|
||||
|
||||
redirect_page, handle = login_step(
|
||||
login_page, handle, 'Logging in as %s' % username, {
|
||||
login_page, handle, 'Logging in', {
|
||||
'username': username,
|
||||
'password': password,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue