debugging, don't use

This commit is contained in:
Cort Buffington 2015-08-12 09:43:25 -05:00
parent 9803a944b8
commit 20f16091c8
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ class playIPSC(IPSC):
# Re-Write IPSC timeslot value
print('start: ', h(_tmp_data))
_call_info = int_id(_data[17:18])
print('start: ', h(_tmp_data[17:18]))
_call_info = int_id(_tmp_data[17:18])
if _ts == 0:
_call_info &= ~(1 << 5)
elif _ts == 1: