Master Mode info (info only) wasn't gathered properly.

This commit is contained in:
Cort Buffington 2013-12-11 19:10:08 -06:00
parent 810e0c8c22
commit d6b948e0d1
1 changed files with 0 additions and 1 deletions

View File

@ -772,7 +772,6 @@ 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:
print('JIMMY')
_hex_mode = (data[10:11])
_mode = int(h(_hex_mode), 16)