JohnStrunk/wahoo-results

RuntimeError: main thread is not in main loop

JohnStrunk opened this issue · 0 comments

Turns out, you can't update a tkinter.Variable from outside the main loop. Updates need to run through a queue and get picked up as events in the main thread.

Approach:

Sentry: WAHOO-RESULTS-H