Minor fixes
This commit is contained in:
parent
d6894ca0fa
commit
b7f0d1c8e6
3 changed files with 25 additions and 10 deletions
1
main.py
1
main.py
|
|
@ -4,6 +4,7 @@ import subprocess
|
|||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
return render_template("index.html")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue