From 85aba4f1ce4f5658e2d672ce10e0ca230b181917 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 9 Dec 2022 18:32:32 +0800 Subject: [PATCH] Update tools.py --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.py b/tools.py index d99bbb417..8b8f6e264 100755 --- a/tools.py +++ b/tools.py @@ -188,7 +188,7 @@ if __name__ == "__main__": else: set_panel_username() elif method == 'password': - print("123123") + show_panel_pwd() elif method == 'getServerIp': getServerIp() elif method == "cli":