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