diff --git a/dislocker_client.py b/dislocker_client.py index 568b4d4..da9b9e1 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -33,7 +33,8 @@ if not os.path.isfile(client_config_path): "auth_host_url": "http://localhost", "pc_number": 1, "master_password_hash": "", - "testing": 0 + "testing": 0, + "eraser": 1 } elif os.path.isfile(client_config_path):