Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def login():
|
|
119 |
|
120 |
return render_template("login.html")
|
121 |
|
122 |
-
|
123 |
@app.route('/combined_summary')
|
124 |
def combined_summary():
|
125 |
email = session.get('user_email')
|
@@ -233,6 +233,7 @@ def combined_summary():
|
|
233 |
|
234 |
|
235 |
|
|
|
236 |
@app.route("/logout")
|
237 |
def logout():
|
238 |
# Retrieve table number before clearing session
|
|
|
119 |
|
120 |
return render_template("login.html")
|
121 |
|
122 |
+
|
123 |
@app.route('/combined_summary')
|
124 |
def combined_summary():
|
125 |
email = session.get('user_email')
|
|
|
233 |
|
234 |
|
235 |
|
236 |
+
|
237 |
@app.route("/logout")
|
238 |
def logout():
|
239 |
# Retrieve table number before clearing session
|