diff options
| author | Teddy Wing | 2015-01-25 22:54:35 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-01-25 22:54:35 -0500 |
| commit | cfc3e1ceb699a5c030a026f5484c1fa6a8121049 (patch) | |
| tree | a51177ec26c0e3a1e43758e2eb7c7664e7bac0ef | |
| parent | 89ce7c1d1fdba2809508fdf2924d4418809c5af0 (diff) | |
| download | edu-net-cfc3e1ceb699a5c030a026f5484c1fa6a8121049.tar.bz2 | |
app.py: Remove unnecessary comment
| -rw-r--r-- | app.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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!" |
