chiark / gitweb /
Fix latestapps stats, broken in 59cde15ad1
authorCiaran Gultnieks <ciaran@ciarang.com>
Sat, 28 Dec 2013 10:35:40 +0000 (10:35 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Jan 2014 15:23:47 +0000 (16:23 +0100)
fdroidserver/stats.py

index be62f65097ddded4db4a17c0b9828200f67b4364..31784d3f353ddb15b098c2b148c1b1dff3f6b535 100644 (file)
@@ -210,7 +210,6 @@ def main():
     for antifeature, count in afs.iteritems():
         f.write(antifeature + ' ' + str(count) + '\n')
     f.close()
-    return
 
     # Calculate and write stats for licenses...
     licenses = {}