diff --git a/core/scripts/hysteria2/edit_user.sh b/core/scripts/hysteria2/edit_user.sh index c5bc81b..e3f6931 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 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