From c9f5bc33f978f5e12669dff0f04082a8967a0a46 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 21 Apr 2015 13:23:53 +0200 Subject: Spare code cosmetics (10) --- pyload/config/Setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyload/config/Setup.py') diff --git a/pyload/config/Setup.py b/pyload/config/Setup.py index bae75fea4..f078d54d0 100644 --- a/pyload/config/Setup.py +++ b/pyload/config/Setup.py @@ -524,6 +524,7 @@ class SetupAssistant(object): p2 = getpass("").strip("\n\r") if p1 == p2: + print if self.ask(_("Show password?"), self.no, bool=True): print print _("Your Password is: %s") % p1 -- cgit v1.2.3