Skip to content

Commit ec5386d

Browse files
authored
Update prog_flow.py
1 parent 20a0445 commit ec5386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsjt_all/prog_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def plot_live_single(allfilepath_A, session_guard_seconds, plot_window_seconds,
6969
bm = sessions_A[-1][2]
7070
session_info=(ts,te,bm)
7171
axs[0].cla(), axs[1].cla()
72-
make_chart_single(plt, fig, axs, decodes_A, session_info, show_best_snrs_only)
72+
make_chart_single(plt, fig, axs, decodes_A, session_info)
7373
plt.pause(5)
7474

7575
def plot_all_historic_single(allfilepath_A, session_guard_seconds):

0 commit comments

Comments
 (0)