From 6371ac170e90b867a456d510518285939af2965f Mon Sep 17 00:00:00 2001 From: m5rcel { Marcel } Date: Sat, 15 Nov 2025 21:23:41 +0100 Subject: [PATCH] Update bytebeat_play.py --- bytebeat_play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytebeat_play.py b/bytebeat_play.py index 3227b56..1a5a25b 100644 --- a/bytebeat_play.py +++ b/bytebeat_play.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from __future__ import annotations import ast,argparse,math,sys,wave,struct,subprocess,tempfile,os,platform from typing import Callable,Iterator,Tuple,List,Union,TYPE_CHECKING,Any @@ -160,3 +159,4 @@ def main()->None: try:_P._pr(bf,a.duration,a.sr,a.tstart) except Exception as e:print(f"\n{_C.RED}{_C.B}✗ Playback error:{_C.R} {e}");sys.exit(1) if __name__=='__main__':main() +