update keybox check message

This commit is contained in:
hyugogirubato 2024-10-28 21:45:42 +01:00
parent ec0bd98436
commit c72d53e742
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Keybox:
# Warn if flags indicate encrypted data, requiring a plain-text device token # Warn if flags indicate encrypted data, requiring a plain-text device token
if infos['flags'] > 10: if infos['flags'] > 10:
self.logger.warning('Data are encrypted. Device token must be intercepted in plain text') self.logger.warning('Received encrypted data. Plaintext device token interception is required')
self.keybox[device_id] = data self.keybox[device_id] = data
except Exception as e: except Exception as e: