refractoring

This commit is contained in:
2025-02-20 13:45:47 +01:00
parent f2335df4a7
commit 073e738be9
+2 -3
View File
@@ -23,8 +23,7 @@ import logging
import wave
import itertools
import struct
from typing import cast, Any, AsyncGenerator, Coroutine, Dict, Optional, Tuple
from typing import List
from typing import cast, Any, AsyncGenerator, Coroutine, Dict, Optional, Tuple, List
import itertools
@@ -242,7 +241,7 @@ async def setup_broadcast(
end='',
)
if global_conf.debug:
if global_config.debug:
bigs[f'big{0}']['iso_queue'].data_packet_queue.on('flow', on_flow)
return bigs