pyrad
pyrad copied to clipboard
Fix ClientAsync validation of response without attributes
Some responses, such as Accounting Response, may not contain any attributes (but only code and packet ID). Since this is an empty dictionaty, code should be checked in this case.
Fixes #160