few changes
This commit is contained in:
parent
7e5ead8f76
commit
9e90100b9d
5 changed files with 50 additions and 21 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
from flask import Flask, render_template
|
||||
import getpass
|
||||
import socket
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
|
@ -10,5 +11,4 @@ def index():
|
|||
user=getpass.getuser()
|
||||
return render_template("index.html", user=user)
|
||||
|
||||
|
||||
app.run(host="127.0.0.1", port=5000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue