From e3ff1a78b2eaf3249439c4671b6ada0c3e14b429 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Mon, 22 Jul 2024 11:58:05 +0900 Subject: [PATCH] =?UTF-8?q?print=E3=83=87=E3=83=90=E3=83=83=E3=82=B0?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dislocker_auth.py b/dislocker_auth.py index 71d7b29..7367494 100644 --- a/dislocker_auth.py +++ b/dislocker_auth.py @@ -55,6 +55,7 @@ auth = Auth(server_config["db"]["host"], server_config["db"]["db_name"], server_ def verify(): pc_number = int(request.json.get('pc_number')) password = request.json.get('password') + print(str(pc_number), str(password)) if auth.check(pc_number, password) == 0: auth.delete(pc_number)