补充readme以及release change相关信息,修改clibs.running的逻辑
This commit is contained in:
@ -72,7 +72,7 @@ log_path = f"{PREFIX}/logs"
|
||||
levels = ["DEBUG", "INFO", "WARNING", "ERROR"]
|
||||
db_state = "readwrite"
|
||||
data_dp, data_at, data_dd = {}, {}, {}
|
||||
conn, cursor, w2t, tl_prg, f_records, stop, running = None, None, None, None, None, True, False
|
||||
conn, cursor, w2t, tl_prg, f_records, stop, running = None, None, None, None, None, True, 0
|
||||
|
||||
ip_addr = "192.168.0.160"
|
||||
ssh_port, socket_port, xService_port, external_port, modbus_port, upgrade_port = 22, 5050, 6666, 8080, 502, 4567
|
||||
|
Reference in New Issue
Block a user