From b1b0338bc7956723bf2a0f0f48229f780f8df1af Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Sat, 30 Aug 2025 08:39:59 -0400 Subject: [PATCH] bugfix --- qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt.py b/qt.py index 0775f76..711227f 100644 --- a/qt.py +++ b/qt.py @@ -1627,6 +1627,7 @@ class BalWizardWEDownloadWidget(BalWizardWidget): _logger.debug(f"selected index:{index}") if index < 2: def on_success(willexecutors): + self.bal_window.willexecutors=Willexecutors.get_willexecutors(self.bal_window.bal_plugin) self.bal_window.willexecutors.update(willexecutors) self.bal_window.ping_willexecutors(self.bal_window.willexecutors) if index < 1: