From 3f0e2724dbca96979397a79cb388aad6313f8296 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Tue, 12 Nov 2013 15:10:11 -0600 Subject: [PATCH] Jon: Fixed Typo in Unauth Function --- dmrlink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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