fixed non existing users column
This commit is contained in:
@ -176,8 +176,7 @@ def get_user(
|
||||
cur.execute(
|
||||
"""
|
||||
select username, password, role,
|
||||
disabled, groups_ids,
|
||||
last_seen_at, created_at
|
||||
disabled, last_seen_at, created_at
|
||||
from picrinth.users
|
||||
where username = %s
|
||||
""",
|
||||
|
||||
Reference in New Issue
Block a user