missprint
This commit is contained in:
parent
d5844ab267
commit
afa565104c
|
@ -60,6 +60,7 @@ def ConnectAlias(alias, command=False):
|
||||||
# Variables bellow is newer used
|
# Variables bellow is newer used
|
||||||
subprocess.Popen(exec_string, shell=True).communicate()[0]
|
subprocess.Popen(exec_string, shell=True).communicate()[0]
|
||||||
|
|
||||||
|
|
||||||
def HoldConnection(alias):
|
def HoldConnection(alias):
|
||||||
print "Connecting to " + alias + ". Press CTRL+C to cancel."
|
print "Connecting to " + alias + ". Press CTRL+C to cancel."
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
Loading…
Reference in New Issue