Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "C:/Users/*********/Desktop/test.py", line 4, in <module>
- final_results = [{**i, **{'LAN_IP':i['LAN_IP'][1:-1]}} for i in final_results]
- File "C:/Users/*********/Desktop/test.py", line 4, in <listcomp>
- final_results = [{**i, **{'LAN_IP':i['LAN_IP'][1:-1]}} for i in final_results]
- KeyError: 'LAN_IP'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement