Fixed indentation
This commit is contained in:
parent
1ad9c9e496
commit
5f1e4eedc8
@ -309,7 +309,7 @@ def hkfcD_vote_chicken():
|
||||
_matchDate = sql_read_static(nextFixture)
|
||||
if prev_identity:
|
||||
vote_query = "SELECT dotd_" + _matchDate + " FROM motmSessions WHERE sessionID='" + prev_identity + "'"
|
||||
vote_check = sql_read(vote_query)
|
||||
vote_check = sql_read(vote_query)
|
||||
if not vote_check:
|
||||
warn('Cookie exists but no record in DB - check: '+prev_identity)
|
||||
return render_template('_hkfcDSmithersFail.html', sessionID=prev_identity)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user