mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
test port moved to deluge server
This commit is contained in:
parent
be4df918bd
commit
5e1f70fbfb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class PreferencesDlg:
|
|||
|
||||
def TestPort(self, widget):
|
||||
activep = str(self.parent.manager.get_state()['port'])
|
||||
common.open_url_in_browser(self.dialog,'http://www.dipconsultants.com/testport.php?port=%s' %activep)
|
||||
common.open_url_in_browser(self.dialog,'http://www.deluge-torrent.org/test-port.php?port=%s' %activep)
|
||||
|
||||
|
||||
def tray_toggle(self, obj):
|
||||
|
|
Loading…
Add table
Reference in a new issue