From c7c8da46ed97642fe5b09ba759b1bda0e841aa93 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Fri, 18 Oct 2024 13:50:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=82=AA=E3=83=B3=E6=99=82?= =?UTF-8?q?=E3=81=AB=E3=83=87=E3=83=90=E3=82=A4=E3=82=B9=E3=81=8C0?= =?UTF-8?q?=E7=95=AA=E3=81=AB=E3=81=AA=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker_auth.py b/dislocker_auth.py index 3ae6611..a473650 100644 --- a/dislocker_auth.py +++ b/dislocker_auth.py @@ -393,7 +393,7 @@ def verify(): if pc_auth["result"] == 0: auth.delete(pc_number) - auth.device_use_register(pc_number=pc_number, keyboard_number=pc_auth["output_dict"]["keyboard_number"], mouse_number=pc_auth["output_dict"]["mouse_number"]) + #auth.device_use_register(pc_number=pc_number, keyboard_number=pc_auth["output_dict"]["keyboard_number"], mouse_number=pc_auth["output_dict"]["mouse_number"]) print(str(pc_number) + "の認証処理は成功しました.") return jsonify({'message': 'ok'}), 200 elif pc_auth["result"] == 1: