mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix latestapps stats, broken in 59cde15ad1
This commit is contained in:
parent
73721b5460
commit
4cd263d598
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue