From ee36d0dce9a0267a38c25464171e0537630317ca Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sun, 4 Feb 2024 16:41:47 -0500 Subject: [PATCH] Remove old comment --- mc_control.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mc_control.py b/mc_control.py index b858c6e..f9cd012 100644 --- a/mc_control.py +++ b/mc_control.py @@ -123,9 +123,4 @@ def initial_choice(): initial_choice() load_servers() -initial_choice() - -#with Client('10.100.4.60', 30580, passwd='orrQLZvXH6jgD@wt') as client: -# response = client.run('tps') -# -#print(response) \ No newline at end of file +initial_choice() \ No newline at end of file