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.
2 parents 487c6f8 + ed307d0 commit 20678f4Copy full SHA for 20678f4
pynetworktables2js/nt_serial.py
@@ -25,7 +25,7 @@ def __init__(self, update_callback):
25
def process_update(self, update):
26
"""Process an incoming update from a remote NetworkTables"""
27
data = json.loads(update)
28
- NetworkTables.putValue(data['k'], data['v'])
+ NetworkTables.getEntry(data['k']).setValue(data['v'])
29
30
def _send_update(self, data):
31
"""Send a NetworkTables update via the stored send_update callback"""
0 commit comments