From 0603de6f72ff0269c1eec757d2a342b89c2fe9ac Mon Sep 17 00:00:00 2001 From: BIBOLV <49994376+BIBOLV@users.noreply.github.com> Date: Thu, 6 Apr 2023 23:04:41 +0300 Subject: [PATCH] Update kem-import.py --- utils/kem-import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/kem-import.py b/utils/kem-import.py index c252fee..50aaccf 100644 --- a/utils/kem-import.py +++ b/utils/kem-import.py @@ -225,5 +225,5 @@ elif xmldoc.documentElement.tagName == "Devices": meterKey = e.getElementsByTagName('Value')[0].firstChild.nodeValue print_meter(meterName,meterType,meterNum,meterSerial,meterVendor,meterConfig,meterModel,meterKey) else: - print("ERROR: Looks like password is wrong - decryption failed!") + print("ERROR: Unable to extract details from file") sys.exit(1) \ No newline at end of file