Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldverg committed Nov 12, 2024
1 parent 0fbd089 commit a36bb65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions odscli/sdk/ftn_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def ls_node_count():
req = constants.ODS_PROTOCOL + host + constants.NODE_COUNT
cookies = dict(ATOKEN=token)
res = requests.get(req, cookies=cookies)
print(res.json())

console.print(f"Node Count: {res.text}")

def build_node_table(name):
node_table = Table(title=name)
Expand Down

0 comments on commit a36bb65

Please sign in to comment.