From 2b6cbbed854f34f7913293efcd83756db24af354 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 26 Nov 2020 17:19:52 +0800 Subject: [PATCH] Removed else --- routes/_hkfcD_motm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index 70a6afb..8544b87 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -363,8 +363,8 @@ def hkfcD_vote_chicken(): expire_date = expire_date + timedelta(days=90) resp.set_cookie('sessionID', identity, expires=expire_date) return resp - else: - return 'Ouch ... something went wrong here' + #else: + #return 'Ouch ... something went wrong here' except Exception as e: print(e) finally: