mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-22 01:58:45 +00:00
Fix Vista slowness issue
This commit is contained in:
parent
0b2a9a2025
commit
3883386fcc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue