mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
remove debug print
This commit is contained in:
parent
b2b148994f
commit
13b3716d60
1 changed files with 0 additions and 1 deletions
|
@ -228,7 +228,6 @@ def send_info(plugins=None):
|
||||||
url = "http://deluge-torrent.org/stats_get.php?processor=" + \
|
url = "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 + "&plugins=" + urllib.quote_plus(plugins)
|
+ "&os=" + platform.system() + "&pygtk=" + pygtk + "&plugins=" + urllib.quote_plus(plugins)
|
||||||
print url
|
|
||||||
urllib.urlopen(url)
|
urllib.urlopen(url)
|
||||||
except IOError:
|
except IOError:
|
||||||
print "Network error while trying to send info"
|
print "Network error while trying to send info"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue