refactor: syntax, types, logging, cleanup

This commit is contained in:
Dobin Rutishauser
2025-06-09 08:59:36 +02:00
parent 015ec55975
commit 4c49f2d816
13 changed files with 120 additions and 85 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class Config(object):
else:
self.xor_key2 = self.data["xor_key2"]
logger.info("-( Payload encryption keys: XOR: {} XOR2: {}".format(
logger.debug("-( Payload encryption keys: XOR: {} XOR2: {}".format(
self.xor_key, self.xor_key2
))