From 5f1e4eedc8c54ddb241a5004f058b25ae3edcb2e Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 26 Nov 2020 16:46:12 +0800 Subject: [PATCH] Fixed indentation --- routes/_hkfcD_motm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index 7c6c2d0..47b95e3 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -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)