mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Fix latestapps stats, broken in 59cde15ad1
This commit is contained in:
parent
d4b0556dcb
commit
3ed8ed60b9
@ -210,7 +210,6 @@ def main():
|
|||||||
for antifeature, count in afs.iteritems():
|
for antifeature, count in afs.iteritems():
|
||||||
f.write(antifeature + ' ' + str(count) + '\n')
|
f.write(antifeature + ' ' + str(count) + '\n')
|
||||||
f.close()
|
f.close()
|
||||||
return
|
|
||||||
|
|
||||||
# Calculate and write stats for licenses...
|
# Calculate and write stats for licenses...
|
||||||
licenses = {}
|
licenses = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user