mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-19 08:38: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])
|
pygtk = '%i.%i.%i' %(gtk.pygtk_version[0],gtk.pygtk_version[1],gtk.pygtk_version[2])
|
||||||
|
|
||||||
try:
|
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() \
|
platform.machine() + "&python=" + platform.python_version() \
|
||||||
+ "&os=" + platform.system() + "&pygtk=" + pygtk)
|
+ "&os=" + platform.system() + "&pygtk=" + pygtk)
|
||||||
except IOError:
|
except IOError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue