Fix get-user
This commit is contained in:
@ -70,7 +70,7 @@ convert_blocked_status() {
|
||||
# Function to get user info from users.json
|
||||
get_user_info() {
|
||||
local username=$1
|
||||
python3 $CLI_PATH get-user -u "$username" -t
|
||||
python3 $CLI_PATH get-user -u "$username"
|
||||
}
|
||||
|
||||
# Function to update user info in users.json
|
||||
|
||||
Reference in New Issue
Block a user