This commit is contained in:
2026-01-24 19:50:41 -04:00
parent a918c5564d
commit 4c12136470
6 changed files with 7 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ class Willexecutors:
continue
Willexecutors.initialize_willexecutor(willexecutors[w], w)
for w in to_del:
print("ERROR: WILLEXECUTOR TO DELETE:", w)
_logger.error("error Willexecutor to delete type:{} ", type(willexecutor[w]),w)
del willexecutors[w]
bal = bal_plugin.WILLEXECUTORS.default.get(constants.net.NET_NAME, {})
for bal_url, bal_executor in bal.items():