From 492f787c8cc108711349dfb2482592792e8ff821 Mon Sep 17 00:00:00 2001 From: corvus888 <130888075+corvus888@users.noreply.github.com> Date: Sat, 20 May 2023 00:42:18 +0700 Subject: [PATCH] Update stitch_cmd.py --- Application/stitch_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/stitch_cmd.py b/Application/stitch_cmd.py index edb9ff5..f4d6aed 100644 --- a/Application/stitch_cmd.py +++ b/Application/stitch_cmd.py @@ -67,7 +67,7 @@ def display_history(self): print_border(len(n),'-') print(' User: {}\n Hostname: {}\n Listening Port: {}\n' ' Operating System: {}\n'.format( n_user, n_hostname, n_port, n_os)) - print "" + print ("") def remove_hsection(self,section): if section in self.Config.sections():