diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index 8977070..887300f 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -71,7 +71,7 @@ class Proxy(DatagramProtocol): try: self.peerTrack[_peer_id]['timer'].cancel() except KeyError: - return + pass self.reaper(_peer_id) return elif _command == MSTP: