diff --git a/src/info.py b/src/info.py index a76275188..8793266a5 100644 --- a/src/info.py +++ b/src/info.py @@ -12,6 +12,5 @@ urllib.urlopen("http://download.deluge-torrent.org/stats.php?processor=" + \ + "&os=" + platform.system() + "&pygtk=" + pygtk) f = open(common.CONFIG_DIR + '/infosent', 'w') -print "writing file infosent" f.write("") f.close