#155 Update example(s)

This commit is contained in:
kokarare1212
2022-10-07 18:52:08 +09:00
parent 3d04f359d0
commit 0723ac55db
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ def play(track_id_str: str):
byte = stream.input_stream.stream().read(1)
if byte == -1:
return
ffplay.stdin.write(bytes([byte]))
ffplay.stdin.write(byte)
def splash():