mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Fix commit 2866
This commit is contained in:
parent
8c44dd40fa
commit
06ffa8c628
@ -95,7 +95,7 @@ class CoreProxy(gobject.GObject):
|
||||
callback(ret)
|
||||
except:
|
||||
pass
|
||||
except (socket.error, xmlrpc.ProtocolError), e:
|
||||
except (socket.error, xmlrpclib.ProtocolError), e:
|
||||
log.warning("Could not contact daemon: %s", e)
|
||||
self.set_core_uri(None)
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user