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
ce42cb4eea
commit
ddc869e36d
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ from flask import Flask, render_template
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def index_view():
|
def index_view():
|
||||||
return render_template("index.jinja", title="Senju")
|
return render_template("index.jinja", title="Senju")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue