From d3065f73bf01a86dc50d902f0a118af4710e802d Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sun, 11 Mar 2018 13:28:13 +0100 Subject: [PATCH] follow-up 3c505660a6c0827b72d12bd9bb7d5756974d5285 --- plugins/digitalbitbox/digitalbitbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/digitalbitbox/digitalbitbox.py b/plugins/digitalbitbox/digitalbitbox.py index a472d9f97..599c8f1c0 100644 --- a/plugins/digitalbitbox/digitalbitbox.py +++ b/plugins/digitalbitbox/digitalbitbox.py @@ -174,12 +174,12 @@ class DigitalBitbox_Client(): self.password = None if reply['error']['code'] == 109: msg = _("Incorrect password entered.") + "\n\n" + \ - + reply['error']['message'] + "\n\n" + \ + reply['error']['message'] + "\n\n" + \ _("Enter your Digital Bitbox password:") else: # Should never occur msg = _("Unexpected error occurred.") + "\n\n" + \ - + reply['error']['message'] + "\n\n" + \ + reply['error']['message'] + "\n\n" + \ _("Enter your Digital Bitbox password:") # Initialize device if not yet initialized