This commit is contained in:
redfast00 2019-12-07 09:49:02 +01:00
parent 33203af6cc
commit 2d0e405fb2
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -46,7 +46,7 @@ def css():
path = os.path.join(app.root_path, "views/themes.yml")
with open(path, 'r') as stream:
data = yaml.safe_load(stream)
# Build a dictionary from the YAML file with all the themes and there attributes.
# Build a dictionary from the YAML file with all the themes and their attributes.
themes = {}
for item in data:
key = list(item.keys())[0]