We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00e5f2 commit 5ef2d8aCopy full SHA for 5ef2d8a
src/app/modbus_server.py
@@ -287,7 +287,7 @@ def prepare_register(
287
logging.basicConfig(format=CONFIG["server"]["logging"]["format"])
288
289
# start the server
290
- log.info(f"Starting Modbus TCP Server, v{VERSION}")
+ log.info(f"Starting Modbus Server, v{VERSION}")
291
log.debug(f"Loaded successfully the configuration file: {config_file}")
292
293
# be sure the data types within the dictionaries are correct (json will only allow strings as keys)
0 commit comments