/ Published in: Python
Expand |
Embed | Plain Text
"""snip dict set""" #Setting up memory ref. a404c_config_memory = { '0x18,0x1F' : 'Identification Number Nc', '0x50,0x57' : 'AAC0 and Cryptogram C0', } """snip find out the memory""" #what command is accessing read_config = a404c_config_memory[self.cmd[2][1]] """error from cmd line Traceback (most recent call last): File "decode-traffic.py", line 254, in <module> i.display() File "decode-traffic.py", line 209, in display read_config = a404c_config_memory[self.cmd[2][1]] KeyError: '0x19' """
You need to login to post a comment.
