mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
update stats file due to our new ftp osuosl server
This commit is contained in:
parent
2accb9902e
commit
187b4c423d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ def send_info():
|
|||
pygtk = '%i.%i.%i' %(gtk.pygtk_version[0],gtk.pygtk_version[1],gtk.pygtk_version[2])
|
||||
|
||||
try:
|
||||
urllib.urlopen("http://download.deluge-torrent.org/stats.php?processor=" + \
|
||||
urllib.urlopen("http://deluge-torrent.org/stats_get.php?processor=" + \
|
||||
platform.machine() + "&python=" + platform.python_version() \
|
||||
+ "&os=" + platform.system() + "&pygtk=" + pygtk)
|
||||
except IOError:
|
||||
|
|
Loading…
Add table
Reference in a new issue