Fixed scan crash: all tkinter widget access now happens on main thread (Tcl NOT thread-safe). _log() routes GUI updates via root.after(). _scan_worker reads all tkinter vars on main thread. Removed unused _spray_queue.

This commit is contained in:
drjones
2026-05-06 12:35:35 -07:00
parent 399e36f848
commit 7068dbd12d
7 changed files with 242 additions and 104 deletions

1
results/good.txt Normal file
View File

@@ -0,0 +1 @@