We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3ad37 commit 8cc3c1fCopy full SHA for 8cc3c1f
pynetworktables2js/nt_serial.py
@@ -47,4 +47,4 @@ def close(self):
47
Clean up NetworkTables listeners
48
"""
49
NetworkTable.removeGlobalListener(self._nt_on_change)
50
- self.nt.removeConnectionListener(self.conn_listener)
+ self.nt.removeConnectionListener(self._nt_connected)
0 commit comments