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: