From afff4aa7fd1be1dba9bd9eef763c973331d21346 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:10:04 +0330 Subject: [PATCH] Fix 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 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