Fix get-user

This commit is contained in:
Whispering Wind
2024-08-23 15:10:04 +03:30
committed by GitHub
parent bf0feba2d1
commit afff4aa7fd

View File

@ -70,7 +70,7 @@ convert_blocked_status() {
# Function to get user info from users.json # Function to get user info from users.json
get_user_info() { get_user_info() {
local username=$1 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 # Function to update user info in users.json