pyrad
pyrad copied to clipboard
fix: check if key exists in attributes before accessing the dict
otherwise a KeyError would be thrown in line 415 of the original packet.py
This relates to #87 and also only fixes one instance of the above issue without adding tests. See #107 for a more complete fix to the same issue :)