oops
This commit is contained in:
parent
57ccedcfb9
commit
5dd95875dd
|
@ -82,7 +82,7 @@ def generate_stats():
|
|||
'online': online,
|
||||
'endpoints': {
|
||||
'blocking': f'https://{opts.base_client_api}',
|
||||
'streaming': f'wss://{opts.base_client_api}/stream',
|
||||
'streaming': f'wss://{opts.base_client_api}/v1/stream',
|
||||
},
|
||||
'queue': {
|
||||
'processing': active_gen_workers,
|
||||
|
|
Reference in New Issue