From 5dbb4d7955ea052f52eb702cc5ed6ca83fd5a5c4 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:28:25 +0330 Subject: [PATCH] Update Get User --- core/scripts/hysteria2/edit_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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