Skip to content

Commit a415fe7

Browse files
author
Dilmi Wickramanayake
committed
run_button = deleted
1 parent 498bd7b commit a415fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nidaqmx/nidaqmx_continuous_analog_input/nidaqmx_continuous_analog_input_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
if is_running:
4141
st.button(r"⏹️ Stop", key="stop_button")
4242
elif not is_running and panel.get_value("daq_error", "") == "":
43-
run_button = st.button(r"▶️ Run", key="run_button")
43+
st.button(r"▶️ Run", key="run_button")
4444
else:
4545
st.error(
4646
f"There was an error running the script. Fix the issue and re-run nidaqmx_continuous_analog_input.py \n\n {panel.get_value('daq_error', '')}"

0 commit comments

Comments
 (0)