Fixed indentation

This commit is contained in:
Jonathan Ervine 2020-11-26 16:46:12 +08:00
parent 1ad9c9e496
commit 5f1e4eedc8

View File

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