configにstop用のeraserキーを追加

This commit is contained in:
suti7yk5032 2024-09-10 18:30:33 +09:00
parent 45d6b9f3c8
commit 9389441262

View file

@ -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):