remove print
This commit is contained in:
parent
6cd04e2ae5
commit
6ba0f2fe73
@ -217,7 +217,6 @@ def load_config():
|
||||
_playout.preview = cfg['out']['preview']
|
||||
_playout.name = cfg['out']['service_name']
|
||||
_playout.provider = cfg['out']['service_provider']
|
||||
print(cfg['out']['post_ffmpeg_param'].split(' '))
|
||||
_playout.post_comp_param = cfg['out']['post_ffmpeg_param'].split(' ')
|
||||
_playout.out_addr = cfg['out']['out_addr']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user