MCPcopy Create free account
hub / github.com/LCBOWER33/StegoScan / run_start_progress_threaded

Function run_start_progress_threaded

StegoScan.py:1571–1573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1569 progress_label = ttk.Label(progress_frame, text="Processing...", bootstyle="info", background="#040D12")
1570
1571 def run_start_progress_threaded():
1572 thread = threading.Thread(target=start_progress, daemon=True)
1573 thread.start()
1574
1575 def start_progress():
1576 global results_folder

Callers 1

create_guiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected