mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
add reminder
This commit is contained in:
@@ -85,6 +85,7 @@ class Keybox:
|
|||||||
device_id = data[0:32]
|
device_id = data[0:32]
|
||||||
self.set_device_id(data=device_id)
|
self.set_device_id(data=device_id)
|
||||||
|
|
||||||
|
# TODO: Detect different keybox (e.g. decrypted)
|
||||||
if device_id not in self.keybox:
|
if device_id not in self.keybox:
|
||||||
# Fetch keybox info for logging, such as flags and other details
|
# Fetch keybox info for logging, such as flags and other details
|
||||||
infos = self.__keybox_info(data)
|
infos = self.__keybox_info(data)
|
||||||
|
|||||||
Reference in New Issue
Block a user