diff --git a/patch.py b/patch.py index a51a265..792c52e 100644 --- a/patch.py +++ b/patch.py @@ -354,7 +354,7 @@ if __name__ == '__main__': netinstall_parser.add_argument('-O','--output',type=str,help='Output file') args = parser.parse_args() key_dict = { - bytes.fromhex(os.environ['MIKRO_LICENSE_PUBLIC_KEY']):bytes.fromhex(os.environ['CUSTOM_LICENSE_PUBLIC_KEY']), + # bytes.fromhex(os.environ['MIKRO_LICENSE_PUBLIC_KEY']):bytes.fromhex(os.environ['CUSTOM_LICENSE_PUBLIC_KEY']), bytes.fromhex(os.environ['MIKRO_NPK_SIGN_PUBLIC_KEY']):bytes.fromhex(os.environ['CUSTOM_NPK_SIGN_PUBLIC_KEY']) } kcdsa_private_key = bytes.fromhex(os.environ['CUSTOM_LICENSE_PRIVATE_KEY'])