File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/aleph_client/commands Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010import aiohttp
1111import typer
12+ from aleph .sdk .conf import settings
13+ from aleph_client .commands .utils import setup_logging
14+ from aleph_client .utils import AsyncTyper
1215from rich import text
1316from rich .console import Console
1417from rich .markup import escape
1518from rich .table import Table
1619
17- from aleph_client .commands .utils import setup_logging
18- from aleph_client .utils import AsyncTyper
19-
2020logger = logging .getLogger (__name__ )
2121app = AsyncTyper (no_args_is_help = True )
2222
23- node_link = "https://api2.aleph.im /api/v0/aggregates/0xa1B3bb7d2332383D96b7796B908fB7f7F3c2Be10.json?keys=corechannel"
23+ node_link = f" { settings . API_HOST } /api/v0/aggregates/0xa1B3bb7d2332383D96b7796B908fB7f7F3c2Be10.json?keys=corechannel"
2424
2525
2626class NodeInfo :
You can’t perform that action at this time.
0 commit comments