Removed else

This commit is contained in:
Jonathan Ervine 2020-11-26 17:19:52 +08:00
parent 1c1b0e6f05
commit 2b6cbbed85

View File

@ -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: