Removed else
This commit is contained in:
parent
1c1b0e6f05
commit
2b6cbbed85
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user