This commit is contained in:
Simon 2021-03-28 12:02:26 +01:00
parent f7d3ec5dd1
commit 7ba70ae78d
1 changed files with 1 additions and 1 deletions

View File

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