mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 23:04:17 +02:00
removed debug log
This commit is contained in:
@@ -1385,7 +1385,7 @@ class Limoka(loader.Module):
|
|||||||
signature = bytes.fromhex(signature_hex)
|
signature = bytes.fromhex(signature_hex)
|
||||||
signed_payload = f"{module_path}|{sha256}".encode()
|
signed_payload = f"{module_path}|{sha256}".encode()
|
||||||
public_key.verify(signature, signed_payload)
|
public_key.verify(signature, signed_payload)
|
||||||
logger.info(f"Signature verified for {module_path} (sha256={sha256})")
|
# logger.info(f"Signature verified for {module_path} (sha256={sha256})")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Signature verification failed for {module_path}: {e}")
|
logger.error(f"Signature verification failed for {module_path}: {e}")
|
||||||
await utils.answer(message, self.strings["watcher_signature_invalid"])
|
await utils.answer(message, self.strings["watcher_signature_invalid"])
|
||||||
|
|||||||
Reference in New Issue
Block a user