mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Tidied up some unused junk
This commit is contained in:
parent
94598a05f5
commit
a762a0cb04
4 changed files with 3 additions and 14 deletions
|
@ -588,7 +588,6 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||
addElement('sdkver', str(apk['sdkversion']), doc, apkel)
|
||||
if 'added' in apk:
|
||||
addElement('added', time.strftime('%Y-%m-%d', apk['added']), doc, apkel)
|
||||
perms = ""
|
||||
if app['Requires Root']:
|
||||
if 'ACCESS_SUPERUSER' not in apk['permissions']:
|
||||
apk['permissions'].append('ACCESS_SUPERUSER')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue