Refactor Configuration() to apply common configurations all the time and to remove show_info
This commit is contained in:
@@ -293,6 +293,7 @@ def setup_configuration(args) -> Dict[str, Any]:
|
||||
:return: Configuration
|
||||
"""
|
||||
configuration = Configuration(args)
|
||||
|
||||
config = configuration.get_config()
|
||||
|
||||
# Ensure we do not use Exchange credentials
|
||||
|
Reference in New Issue
Block a user