mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
Fix Vista slowness issue
This commit is contained in:
parent
0b2a9a2025
commit
3883386fcc
@ -131,7 +131,7 @@ class CoreProxy(gobject.GObject):
|
||||
pass
|
||||
self.emit("no_core")
|
||||
|
||||
self._uri = uri
|
||||
self._uri = uri.replace("localhost", "127.0.0.1")
|
||||
# Get a new core
|
||||
self.get_rpc_core()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user