hopefully fix a bug that causes reconfigure to sometimes get stuck

This commit is contained in:
Carl Laufer 2022-01-07 10:50:15 +00:00
parent 5678df42a0
commit ef43b4df41
1 changed files with 2 additions and 0 deletions

View File

@ -1655,6 +1655,8 @@ def reconfig_daq_chain(input_value, freq, gain):
else:
webInterface_inst.logger.info("DAQ Subsystem configuration file edited")
time.sleep(2)
webInterface_inst.daq_restart = 1
# Restart DAQ Subsystem