ident
This commit is contained in:
parent
e039de8406
commit
df744c4658
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue