Update kem-import.py

pull/938/head
BIBOLV 2023-04-06 23:04:41 +03:00
rodzic 009a51d6db
commit 0603de6f72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)