Commit 64550fbe authored by Ivan Tyagov's avatar Ivan Tyagov

Use good (local) defaults.

parent 0113e97a
...@@ -21,7 +21,7 @@ def main(): ...@@ -21,7 +21,7 @@ def main():
help='seconds to wait between checks') help='seconds to wait between checks')
parser.add_argument('--opc-ua-server', \ parser.add_argument('--opc-ua-server', \
type = str, \ type = str, \
default = 'opc.tcp://k2-osie:4840/', \ default = 'opc.tcp://0.0.0.0:4840/', \
help='Address of OPC-UA server') help='Address of OPC-UA server')
parser.add_argument('--opc-ua-node-identifier', \ parser.add_argument('--opc-ua-node-identifier', \
type = str, \ type = str, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment