diff --git a/src/wormhole/blocking/transcribe.py b/src/wormhole/blocking/transcribe.py index 0490b72..d66f5b4 100644 --- a/src/wormhole/blocking/transcribe.py +++ b/src/wormhole/blocking/transcribe.py @@ -117,8 +117,7 @@ class Channel: # short timeout and ignore failures requests.post(self._relay_url+"deallocate", data=data, timeout=5) - except (requests.exceptions.ConnectionError, - requests.exceptions.Timeout): + except requests.exceptions.RequestException: pass class ChannelManager: