WebApp-Kategorien bearbeiten
This commit is contained in:
parent
32da7efb1e
commit
49c9e36a0c
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -96,7 +96,7 @@ def categories():
|
||||||
) as f:
|
) as f:
|
||||||
|
|
||||||
categories = json.load(f)
|
categories = json.load(f)
|
||||||
print(categories)
|
#print(categories)
|
||||||
return render_template(
|
return render_template(
|
||||||
"categories.html",
|
"categories.html",
|
||||||
categories=categories
|
categories=categories
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue