mirror of https://github.com/morpheus65535/bazarr
WIP
This commit is contained in:
parent
a1854dbc22
commit
7354a6d45e
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue