Fixed the last fix :)

This commit is contained in:
Cort Buffington 2013-12-11 19:25:19 -06:00
parent d6b948e0d1
commit 8aec3d5078
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ class IPSC(DatagramProtocol):
# When we hear from the master, record it's ID, flag that we're connected, and reset the dead counter.
elif _packettype == MASTER_REG_REPLY:
_hex_mode = (data[10:11])
_hex_mode = (data[5])
_mode = int(h(_hex_mode), 16)
# mask individual Mode parameters
_link_op = _mode & PEER_OP_MSK