mirror of
https://github.com/markqvist/rnsh.git
synced 2025-01-21 03:31:02 -05:00
Actually use kill_delay
parameter in terminate call.
This commit is contained in:
parent
3368a9d5ff
commit
feeb60d249
@ -197,7 +197,7 @@ class CallbackSubprocess:
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
self._loop.call_later(1, kill)
|
self._loop.call_later(kill_delay, kill)
|
||||||
|
|
||||||
def wait():
|
def wait():
|
||||||
self.log.debug("wait()")
|
self.log.debug("wait()")
|
||||||
|
Loading…
Reference in New Issue
Block a user