Skip to content

Commit

Permalink
change example view to 3 and change color
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward authored Dec 20, 2023
1 parent 49e5d42 commit a76a387
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/ccf/ledger_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ def help(self):
]
)
)
if self.write_views:
print(
" ".join(
[
f"Start of view 3: {cs(self.view_to_char(3), self._fg_colour, 'DarkGrey')}"
]
)
)
print()


def try_get_service_info(public_tables):
Expand Down

0 comments on commit a76a387

Please sign in to comment.