From 84d1b0cb5908b06457f2afe1c3bf8f4a7eb37041 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Tue, 17 Sep 2024 14:02:14 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9B=AE=E7=9A=84=E3=81=8C?= =?UTF-8?q?=E3=82=AB=E3=82=B9=E3=82=BF=E3=83=A0=E3=81=A7=E9=80=81=E4=BF=A1?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=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.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dislocker.py b/dislocker.py index b051213..fcb0401 100644 --- a/dislocker.py +++ b/dislocker.py @@ -806,6 +806,8 @@ class Reason(Modal): print(custom_id) custom_id_split = custom_id.split("_") pc_number = custom_id_split[1] + device_number = custom_id_split[2] + if device_number == "own": device_number = 0 else: