diff options
Diffstat (limited to 'service/pixelated/support/ext_protobuf.py')
-rw-r--r-- | service/pixelated/support/ext_protobuf.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py index 06d7bcea..548f5fd6 100644 --- a/service/pixelated/support/ext_protobuf.py +++ b/service/pixelated/support/ext_protobuf.py @@ -28,9 +28,8 @@ if _platform == 'darwin': try: func(*args, **kwargs) pass - except Exception as e: - if e.strerror == 'Socket is not connected': - pass + except: + pass return wrapper |