mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
index: standardized AntiFeature variable names
This is the only occurance of "anti_features".
This commit is contained in:
parent
886712026d
commit
890513fcba
1 changed files with 3 additions and 3 deletions
|
@ -721,9 +721,9 @@ def v2_repo(repodict, repodir, archive):
|
||||||
|
|
||||||
repo["timestamp"] = repodict["timestamp"]
|
repo["timestamp"] = repodict["timestamp"]
|
||||||
|
|
||||||
anti_features = load_locale("antiFeatures", repodir)
|
antiFeatures = load_locale("antiFeatures", repodir)
|
||||||
if anti_features:
|
if antiFeatures:
|
||||||
repo["antiFeatures"] = anti_features
|
repo["antiFeatures"] = antiFeatures
|
||||||
|
|
||||||
categories = load_locale("categories", repodir)
|
categories = load_locale("categories", repodir)
|
||||||
if categories:
|
if categories:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue