refractoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user