diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-11 15:29:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-11 15:29:41 +0000 |
commit | 8869eb5373b8033e7b7e5ab1d08fd828a5f90b66 (patch) | |
tree | 58dc1731896acd11f9a9658ce273bf890a0516d4 | |
parent | 28c33a529a3d9d1f79b33076510a1b7685c5cd2a (diff) |
h-client:changed default node
-rw-r--r-- | h-client/hclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-client/hclient.py b/h-client/hclient.py index 2679640..691e3be 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -516,7 +516,7 @@ class hclient: self._submitFlag = False #start the client object - self.client = Client('h-source') + self.client = Client('http://www.h-node.com') self.client.createDevices() # Create the main window |