forked from s3lph/matemat
Removed trailing whitespace.
This commit is contained in:
parent
7f58da298b
commit
707883b1c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}):
|
||||
|
|
Loading…
Reference in a new issue