kraken: drop console setup, now done during brokerd init
parent
3f2f5edb28
commit
6decd4112a
|
@ -69,7 +69,6 @@ from .api import (
|
|||
get_client,
|
||||
)
|
||||
from .feed import (
|
||||
get_console_log,
|
||||
open_autorecon_ws,
|
||||
NoBsWs,
|
||||
stream_messages,
|
||||
|
@ -425,9 +424,6 @@ async def trades_dialogue(
|
|||
|
||||
) -> AsyncIterator[dict[str, Any]]:
|
||||
|
||||
# XXX: required to propagate ``tractor`` loglevel to ``piker`` logging
|
||||
get_console_log(loglevel or tractor.current_actor().loglevel)
|
||||
|
||||
async with get_client() as client:
|
||||
|
||||
if not client._api_key:
|
||||
|
|
Loading…
Reference in New Issue