From 9389441262137068364b5c19c4087acc298a8fa7 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Tue, 10 Sep 2024 18:30:33 +0900 Subject: [PATCH] =?UTF-8?q?config=E3=81=ABstop=E7=94=A8=E3=81=AEeraser?= =?UTF-8?q?=E3=82=AD=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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):