mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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=" + \
|
||||
platform.machine() + "&python=" + platform.python_version() \
|
||||
+ "&os=" + platform.system() + "&pygtk=" + pygtk + "&plugins=" + urllib.quote_plus(plugins)
|
||||
print url
|
||||
urllib.urlopen(url)
|
||||
except IOError:
|
||||
print "Network error while trying to send info"
|
||||
|
|
Loading…
Add table
Reference in a new issue