diff --git a/helpers/config.py b/helpers/config.py index a64cd9c..39bd480 100644 --- a/helpers/config.py +++ b/helpers/config.py @@ -812,7 +812,8 @@ def __detect_network(self): choices.append('other') response = CLI.get_response( choices, - default=self.__dict['local_interface'] + default=self.__dict['local_interface'], + to_lower=False ) if response == 'other':