From 58878a455067837dbe72c690606157831d3afae1 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 28 Dec 2015 23:46:24 +0100 Subject: Spare code fixes (3) --- module/plugins/internal/Account.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/internal/Account.py') 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: -- cgit v1.2.3