Refine
This commit is contained in:
@@ -26,7 +26,7 @@ def get_user(name: str, user_name: str) -> dict[str, Any]:
|
||||
return {}
|
||||
|
||||
d = {}
|
||||
d['id'] = str(t['id'])
|
||||
d['id'] = str(t['user_id'])
|
||||
d['name'] = str(t['username'])
|
||||
# d['password'] = str(t['password'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user