This commit is contained in:
Marcos Pinto 2007-08-08 03:33:08 +00:00
parent e039de8406
commit df744c4658
1 changed files with 11 additions and 12 deletions

View File

@ -143,7 +143,6 @@ class DelugeGTK:
pygtk = '%i.%i.%i' %(gtk.pygtk_version[0],gtk.pygtk_version[1],gtk.pygtk_version[2])
gtk.gdk.threads_enter()
urllib.urlopen("http://download.deluge-torrent.org/stats.php?processor=" + \
platform.machine() + "&python=" + platform.python_version() \
+ "&os=" + platform.system() + "&pygtk=" + pygtk)