mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
ci: automatic Python Formatter changes
This commit is contained in:
parent
3c260ea004
commit
c032865e0a
1 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ def haiku_view(haiku_id):
|
||||||
"haiku.html",
|
"haiku.html",
|
||||||
context=context,
|
context=context,
|
||||||
title="Haiku of the Day")
|
title="Haiku of the Day")
|
||||||
|
|
||||||
|
|
||||||
@app.route("/prompt")
|
@app.route("/prompt")
|
||||||
def prompt_view():
|
def prompt_view():
|
||||||
return render_template(
|
return render_template(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue