This commit is contained in:
Simon 2021-03-28 11:45:12 +01:00
parent 894417e4f9
commit 185125b96f
1 changed files with 3 additions and 0 deletions

View File

@ -150,8 +150,11 @@ class playback(HBSYSTEM):
else:
if self.CALL_DATA:
#Change the stream ID
print(_data)
print("----")
_data = _data[:15] + _new_stream_id + _data[21:]
self.CALL_DATA.append(_data)
print(_data)
# Mark status variables for use later