From afa565104c11ba41edce3b0f9141b8b0a1dba975 Mon Sep 17 00:00:00 2001 From: zlaxy Date: Tue, 25 Jul 2017 17:39:18 +0300 Subject: [PATCH] missprint --- sshch/sshch | 1 + 1 file changed, 1 insertion(+) diff --git a/sshch/sshch b/sshch/sshch index bf28e35..39e9c7a 100755 --- a/sshch/sshch +++ b/sshch/sshch @@ -60,6 +60,7 @@ def ConnectAlias(alias, command=False): # Variables bellow is newer used subprocess.Popen(exec_string, shell=True).communicate()[0] + def HoldConnection(alias): print "Connecting to " + alias + ". Press CTRL+C to cancel." time.sleep(1)