From d184c5a6afbcdf9c367541db5bbca7696737865c Mon Sep 17 00:00:00 2001 From: Halali Date: Mon, 17 Sep 2018 14:20:41 +0200 Subject: [PATCH] fix typo --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index f9cb90e71..e160c947e 100644 --- a/init.py +++ b/init.py @@ -241,7 +241,7 @@ if enabled is True: cfg.set('auth', 'type', 'basic') elif enabled is False: - cfg.set('auth', 'type', 'basic') + cfg.set('auth', 'type', 'None') cfg.remove_option('auth', 'enabled') with open(config_file, 'w+') as configfile: cfg.write(configfile)