From 90882f51387b945bc0f660d8b12200b2f48e80fa Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 13 Jul 2016 20:22:12 +0000 Subject: [PATCH] Many changes to the code to allow internal pegs --- python/networkedExample.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/python/networkedExample.py b/python/networkedExample.py index 931d7ab..ae8216f 100755 --- a/python/networkedExample.py +++ b/python/networkedExample.py @@ -4,7 +4,6 @@ - #Ok... Configure your keys: #ssh-keygen #and copy them to all the remote hosts @@ -23,6 +22,6 @@ Runs=[run2, run3] hosts=({'name':'natalie','address':'kabinet.penic.eu', 'runs':Runs, 'username':'samo'}, - {'name':'Hestia','address':'127.0.0.1', 'runs':Runs, 'username':'samo'}) + {'name':'altea','address':'127.0.0.1', 'runs':Runs, 'username':'samo'}) tsmgr.start(hosts) -- Gitblit v1.9.3