Shift right

This commit is contained in:
Simon 2021-03-28 11:59:47 +01:00
parent e0ce1edd6a
commit f7d3ec5dd1
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class playback(HBSYSTEM):
print('****')
print(i)
print('----')
i = i[:15] + _new_stream_id + i[21:]
i = i[:16] + _new_stream_id + i[21:]
print(i)
self.send_system(i)
#print(i)