1
0
Fork 0
forked from s3lph/matemat

Removed trailing whitespace.

This commit is contained in:
s3lph 2018-08-14 22:57:52 +02:00
parent 7f58da298b
commit 707883b1c4

View file

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