summaryrefslogtreecommitdiff
path: root/service/pixelated/support
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/support')
-rw-r--r--service/pixelated/support/ext_protobuf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py
index 06d7bcea..1d6fc5fc 100644
--- a/service/pixelated/support/ext_protobuf.py
+++ b/service/pixelated/support/ext_protobuf.py
@@ -29,8 +29,7 @@ if _platform == 'darwin':
func(*args, **kwargs)
pass
except Exception as e:
- if e.strerror == 'Socket is not connected':
- pass
+ pass
return wrapper