Minor correction of an excess backspace

This commit is contained in:
BaerbelBox
2022-07-24 09:07:35 +02:00
parent cd9cb5dc5d
commit 710b670c32

View File

@@ -45,7 +45,7 @@ class Config(object):
for module in blacklist: for module in blacklist:
self._config_dict['blacklist'].append(module.strip()) self._config_dict['blacklist'].append(module.strip())
if 'greeting' not in self._config_dict: if 'greeting' not in self._config_dict:
self._config_dict['greeting'] = "Hallo " self._config_dict['greeting'] = "Hallo"
@property @property
def lang(self): def lang(self):
return self._config_dict["lang"] return self._config_dict["lang"]