From 7354a6d45e8c162d7c67a283174215f0e2e858ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sun, 10 May 2020 10:36:00 -0400 Subject: [PATCH] WIP --- bazarr/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/init.py b/bazarr/init.py index 35b0c6af0..5a1a34147 100644 --- a/bazarr/init.py +++ b/bazarr/init.py @@ -108,7 +108,7 @@ if settings.auth.type == 'form' and \ os.remove(os.path.normpath(os.path.join(args.config_dir, 'config', 'roles.json'))) os.remove(os.path.normpath(os.path.join(args.config_dir, 'config', 'register.json'))) logging.info('BAZARR your login credentials have been migrated successfully and your password is now equal ' - 'to your username. Please change it as sson as possible in settings.') + 'to your username. Please change it as soon as possible in settings.') def init_binaries():