app.py: No need to define Question.operation_logger anymoar

This commit is contained in:
Alexandre Aubin 2021-09-17 19:56:24 +02:00
parent 03e378786a
commit 0d881fe008

View file

@ -894,9 +894,6 @@ def app_install(
else: else:
app_instance_name = app_id app_instance_name = app_id
# Neede to redact password question
Question.operation_logger = operation_logger
# Retrieve arguments list for install script # Retrieve arguments list for install script
args_dict = ( args_dict = (
{} if not args else dict(urllib.parse.parse_qsl(args, keep_blank_values=True)) {} if not args else dict(urllib.parse.parse_qsl(args, keep_blank_values=True))