mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix commit 2866
This commit is contained in:
parent
8c44dd40fa
commit
06ffa8c628
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue