diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-07-20 17:47:50 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-07-21 15:44:09 -0700 |
commit | 2961f612f5e808d8229ab5ad7028c3526233e33a (patch) | |
tree | 61f56ec68c18c23a0bdadb34d4489f6a7eed229f /DominoClient.py | |
parent | 8a4902afe85c5391e626e5806fd8aa2dbc71f90c (diff) |
update installation, configuration guide, configuration file and client
Change-Id: I686c7d2c39894f68b73d1dd54071eb637acf846d
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'DominoClient.py')
-rwxr-xr-x | DominoClient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DominoClient.py b/DominoClient.py index e91f6cd..1a54648 100755 --- a/DominoClient.py +++ b/DominoClient.py @@ -242,7 +242,7 @@ class DominoClient: self.CLIservice = None - self.serviceport = 9091 + self.serviceport = DOMINO_CLIENT_PORT self.dominoserver_IP = DOMINO_SERVER_IP self.CLIport = DOMINO_CLI_PORT |