diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-28 23:46:24 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-28 23:46:24 +0100 |
commit | 58878a455067837dbe72c690606157831d3afae1 (patch) | |
tree | ac59fe8fa23a2531f7fdf03341ed1eff0326f67f /module/plugins/internal/Account.py | |
parent | Spare code fixes (2) (diff) | |
download | pyload-58878a455067837dbe72c690606157831d3afae1.tar.xz |
Spare code fixes (3)
Diffstat (limited to 'module/plugins/internal/Account.py')
-rw-r--r-- | module/plugins/internal/Account.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index ec226956f..c63d182d9 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -68,6 +68,7 @@ class Account(Plugin): log = getattr(self.pyload.log, level) msg = u" | ".join(decode(a).strip() for a in messages if a) + #: Hide any password try: msg = msg.replace(self.info['login']['password'], "**********") except Exception: |