diff --git a/core/scripts/hysteria2/edit_user.sh b/core/scripts/hysteria2/edit_user.sh index b252f11..f748e55 100644 --- a/core/scripts/hysteria2/edit_user.sh +++ b/core/scripts/hysteria2/edit_user.sh @@ -70,7 +70,7 @@ convert_blocked_status() { # Function to get user info get_user_info() { local username=$1 - python3 $CLI_PATH get-user -u "$username" + python3 $CLI_PATH get-user -u "$username" -t } # Function to update user info in JSON