diff --git a/src/fenrirscreenreader/commands/commands/save_settings.py b/src/fenrirscreenreader/commands/commands/save_settings.py index fcdfb903..c3dcda39 100644 --- a/src/fenrirscreenreader/commands/commands/save_settings.py +++ b/src/fenrirscreenreader/commands/commands/save_settings.py @@ -18,6 +18,6 @@ class command(): return 'Saves your current Fenrir settings so they are the default.' def run(self): self.env['runtime']['settingsManager'].saveSettings(settingConfigPath) - self.env['runtime']['outputManager'].presentText("Settings saved.", interrupt=True)True + self.env['runtime']['outputManager'].presentText("Settings saved.", interrupt=True) def setCallback(self, callback): pass