mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 13:39:55 -04:00
Fix latestapps stats, broken in 59cde15ad1
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user