pycoax 0.3.1

This commit is contained in:
Andrew Kay
2020-03-25 20:01:28 -05:00
parent 39689e04da
commit 7e8d4b53e6
6 changed files with 130 additions and 20 deletions

View File

@@ -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: