summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-01-25 22:54:35 -0500
committerTeddy Wing2015-01-25 22:54:35 -0500
commitcfc3e1ceb699a5c030a026f5484c1fa6a8121049 (patch)
treea51177ec26c0e3a1e43758e2eb7c7664e7bac0ef
parent89ce7c1d1fdba2809508fdf2924d4418809c5af0 (diff)
downloadedu-net-cfc3e1ceb699a5c030a026f5484c1fa6a8121049.tar.bz2
app.py: Remove unnecessary comment
-rw-r--r--app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.py b/app.py
index aa84685..107f67b 100644
--- a/app.py
+++ b/app.py
@@ -1,7 +1,6 @@
from flask import Flask
app = Flask(__name__)
-#for the slash rout run this function
@app.route("/")
def hello():
return "Hello World!"