From 707883b1c42b3e66257e67098b05e5fc2d746b3c Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 14 Aug 2018 22:57:52 +0200 Subject: [PATCH] Removed trailing whitespace. --- matemat/db/facade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matemat/db/facade.py b/matemat/db/facade.py index 99aef1d..29562c8 100644 --- a/matemat/db/facade.py +++ b/matemat/db/facade.py @@ -83,7 +83,7 @@ class MatematDatabase(object): for row in c.execute(''' SELECT user_id, username, email, is_admin, is_member, balance FROM users - WHERE touchkey IS NOT NULL OR NOT :must_have_touchkey + WHERE touchkey IS NOT NULL OR NOT :must_have_touchkey ''', { 'must_have_touchkey': with_touchkey }):