Migrate borgbackup module to vars
This commit is contained in:
committed by
Jörg Thalheim
parent
e973e64aaf
commit
7a17a04698
@@ -32,7 +32,7 @@ class Prompt:
|
||||
name=data["name"],
|
||||
description=data["description"],
|
||||
prompt_type=PromptType(data["type"]),
|
||||
create_file=data.get("persist", data["createFile"]),
|
||||
create_file=data.get("persist", data["persist"]),
|
||||
previous_value=data.get("previousValue"),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user