updated work

This commit is contained in:
Cort Buffington
2019-05-09 09:23:38 -05:00
parent 0677a2c772
commit 1692b3cb72
4 changed files with 91 additions and 53 deletions

View File

@@ -122,7 +122,7 @@ class HBP(HBSYSTEM):
if bits == BURSTBITS[5]:
bts = 'Burst F'
sig = [dmrraw[:108], dmrraw[-108:]]
print(' {}'.format(sig))
print(' {},'.format(sig))
#************************************************
# MAIN PROGRAM LOOP STARTS HERE