diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-06 11:40:48 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-06 11:52:17 -0700 |
commit | d67f4a2fe9e775e25556d0938d12c5b4e9fa7bc5 (patch) | |
tree | db8eda52c8b9e0ff2eb3c924460c080400820cc8 /DominoClient.py | |
parent | 03a4f7d06c9edb877bae2f43b90d82f9adb8e956 (diff) |
Updated documentation, moved some configuration parameters to the domino_conf.py file
Change-Id: I31fe9cc150ed77bd200de8a78fb357b8d0761dab
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Updated documentation, moved some configuration parameters to the domino_conf.py file
Change-Id: I419d647a8909f3ee88d96d311646843b1aef7c93
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'DominoClient.py')
-rwxr-xr-x | DominoClient.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DominoClient.py b/DominoClient.py index d324e0d..9cdcc39 100755 --- a/DominoClient.py +++ b/DominoClient.py @@ -392,8 +392,8 @@ class DominoClient: def main(argv): client = DominoClient() - loglevel = 'WARNING' - interactive = "FALSE" + loglevel = LOGLEVEL + interactive = INTERACTIVE #process input arguments try: opts, args = getopt.getopt(argv,"hc:p:i:l:",["conf=","port=","ipaddr=","log=","iac=","cliport="]) |