Skip to content

Commit f4e4c2a

Browse files
Update app.py
1 parent 9350c97 commit f4e4c2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
app = Flask(__name__)
77

8-
98
@app.route('/')
109
def index():
1110
print('Request for index page received')
@@ -27,6 +26,5 @@ def hello():
2726
print('Request for hello page received with no name or blank name -- redirecting')
2827
return redirect(url_for('index'))
2928

30-
3129
if __name__ == '__main__':
3230
app.run()

0 commit comments

Comments
 (0)