We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaf5c4 commit b4ecd63Copy full SHA for b4ecd63
1 file changed
etee/driver_eteecontroller.py
@@ -531,7 +531,7 @@ def all_hands_on(self):
531
:return: Returns true if data has been recently received from both controllers.
532
:rtype: bool
533
"""
534
- return (self.get_left is not None) and (self.get_right is not None)
+ return (self._api_data_left is not None) and (self._api_data_right is not None)
535
536
def any_hand_on(self):
537
0 commit comments