diff --git a/dmrlink.py b/dmrlink.py index bac3e8d..fbe4faa 100644 --- a/dmrlink.py +++ b/dmrlink.py @@ -759,7 +759,7 @@ class UnauthIPSC(IPSC): # Remove the hash from a packet and return the payload # - def strip_hash(_self, data): + def strip_hash(_self, _data): return _data # Everything is validated, so just return True