Advertisement
Guest User

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

a guest
Jun 23rd, 2018
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:/Users/*********/Desktop/test.py", line 4, in <module>
  3. final_results = [{**i, **{'LAN_IP':i['LAN_IP'][1:-1]}} for i in final_results]
  4. File "C:/Users/*********/Desktop/test.py", line 4, in <listcomp>
  5. final_results = [{**i, **{'LAN_IP':i['LAN_IP'][1:-1]}} for i in final_results]
  6. KeyError: 'LAN_IP'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement