mirror of
https://github.com/lowobservable/oec.git
synced 2026-01-26 12:11:53 +00:00
pycoax 0.3.1
This commit is contained in:
@@ -179,7 +179,7 @@ class Controller:
|
||||
|
||||
poll_action = self.terminal.get_poll_action() if self.terminal else PollAction.NONE
|
||||
|
||||
poll_response = poll(self.interface, poll_action, timeout=1)
|
||||
poll_response = poll(self.interface, poll_action, receive_timeout=1)
|
||||
|
||||
if poll_response:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user