We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2b7d7 commit b8f8eedCopy full SHA for b8f8eed
protoplaster/tools/tools.py
@@ -3,6 +3,7 @@
3
from concurrent.futures import ThreadPoolExecutor, Future
4
5
from protoplaster.webui.devices import get_device_by_name
6
+from protoplaster.tools.log import error
7
8
# Executor to manage threads for non-blocking `trigger_on_remote` calls
9
_executor = ThreadPoolExecutor()
0 commit comments