mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 21:14:55 +00:00
update stats file due to our new ftp osuosl server
This commit is contained in:
parent
2accb9902e
commit
187b4c423d
@ -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…
x
Reference in New Issue
Block a user