1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

index: standardized AntiFeature variable names

This is the only occurance of "anti_features".
This commit is contained in:
Hans-Christoph Steiner 2022-11-01 09:54:06 +01:00
parent 886712026d
commit 890513fcba

View File

@ -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: