We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76fb4c5 + a643561 commit c726e9eCopy full SHA for c726e9e
litecli/completion_refresher.py
@@ -42,7 +42,7 @@ def refresh(self, executor, callbacks, completer_options=None):
42
args=(executor, callbacks, completer_options),
43
name="completion_refresh",
44
)
45
- self._completer_thread.setDaemon(True)
+ self._completer_thread.daemon = True
46
self._completer_thread.start()
47
return [
48
(
0 commit comments