This commit is contained in:
JJTech0130 2023-09-02 19:22:44 -04:00
parent b5e9a1c4db
commit 91f9d7900e
No known key found for this signature in database
GPG Key ID: 23C92EBCCF8F93D6

View File

@ -282,7 +282,7 @@ if __name__ == "__main__":
args = parser.parse_args() args = parser.parse_args()
if not args.pdu.startswith("REG-RESP"): if args.pdu is not None and not args.pdu.startswith("REG-RESP"):
print("Invalid REG-RESP PDU") print("Invalid REG-RESP PDU")
exit(1) exit(1)