add reminder

This commit is contained in:
hyugogirubato 2024-10-29 20:24:54 +01:00
parent c777e4e128
commit 552b1b8e96
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ class Keybox:
device_id = data[0:32]
self.set_device_id(data=device_id)
# TODO: Detect different keybox (e.g. decrypted)
if device_id not in self.keybox:
# Fetch keybox info for logging, such as flags and other details
infos = self.__keybox_info(data)