test port moved to deluge server

This commit is contained in:
Zach Tibbitts 2007-06-08 05:28:57 +00:00
parent be4df918bd
commit 5e1f70fbfb
1 changed files with 1 additions and 1 deletions

View File

@ -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):