diff options
-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 |